Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / os_openbsd.c
index 88a3cd12a398ada400b48dfe30c892f302440e5a..805d87f0a52260c0844bbb7a0fc9749f1cb07c45 100644 (file)
@@ -19,6 +19,8 @@
  * $Id$
  *
  */
+#include "config.h"
+
 #define _XOPEN_SOURCE /* Need this for IOV_MAX */
 
 /* These typedef's are needed for socket.h to be happy. Bleep PROMISES to make
@@ -30,7 +32,6 @@ typedef unsigned int u_int;
 typedef unsigned long u_long;
 
 #include "ircd_osdep.h"
-#include "config.h"
 #include "msgq.h"
 
 #include <assert.h>