* _scm.h: Removed #include <errno.h>.
[bpt/guile.git] / libguile / net_db.c
index ba95996..a450c3c 100644 (file)
@@ -1,5 +1,5 @@
 /* "net_db.c" network database support
- * Copyright (C) 1995, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+ * Copyright (C) 1995, 96, 97, 98, 99, 2000, 2001 Free Software Foundation, Inc.
  * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -51,6 +51,8 @@
  */
 \f
 
+#include <errno.h>
+
 #include "libguile/_scm.h"
 #include "libguile/feature.h"
 #include "libguile/strings.h"
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
-#if !defined (HAVE_H_ERRNO)
-extern int h_errno;
-#endif
-
 \f
 
 #ifndef STDC_HEADERS