Update of /home/cvs/gsasl/src
In directory dopio:/tmp/cvs-serv11699

Modified Files:
        internal.h 
Log Message:
Fix #include's.


--- /home/cvs/gsasl/src/internal.h      2005/09/28 08:26:51     1.31
+++ /home/cvs/gsasl/src/internal.h      2006/01/18 11:05:37     1.32
@@ -1,5 +1,5 @@
 /* internal.h  internal header file for gsasl
- * Copyright (C) 2002, 2003, 2004, 2005  Simon Josefsson
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006  Simon Josefsson
  *
  * This file is part of GNU SASL.
  *
@@ -34,18 +34,17 @@
 #include <errno.h>
 #include <stdbool.h>
 
-#ifdef HAVE_UNISTD_H
-# include <unistd.h>
-#endif
 #ifdef HAVE_SYS_TYPES_H
 # include <sys/types.h>                /* select() */
 #endif
+#include <sys/socket.h>        /* for AF_INET */
+
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
+#endif
 #ifdef HAVE_NETDB_H
 # include <netdb.h>
 #endif
-#ifdef HAVE_SYS_SOCKET_H
-# include <sys/socket.h>       /* for AF_INET */
-#endif
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>         /* select() */
 #endif



_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit

Reply via email to