]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/resolve.h
Added missing include for <sys/select.h>.
[ngircd-alex.git] / src / ngircd / resolve.h
index cce5d02cd6b78f0a312902c65d2e5c2d15c7ea06..f823110f114f56367ce689667b7ec4a72a805e4d 100644 (file)
@@ -8,7 +8,7 @@
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
  *
- * $Id: resolve.h,v 1.3 2002/12/12 12:23:43 alex Exp $
+ * $Id: resolve.h,v 1.5 2003/04/21 10:53:10 alex Exp $
  *
  * Asynchronous resolver (header)
  */
  *
  * Asynchronous resolver (header)
  */
 #define __resolve_h__
 
 
 #define __resolve_h__
 
 
-#include <sys/types.h>
-#include <netinet/in.h>
 #ifdef HAVE_SYS_SELECT_H
 #      include <sys/select.h>
 #endif
 #ifdef HAVE_SYS_SELECT_H
 #      include <sys/select.h>
 #endif
+#include <sys/types.h>
+#include <netinet/in.h>
 
 
 typedef struct _Res_Stat
 
 
 typedef struct _Res_Stat