--- ntpd/ntp_config.c.orig	2003-10-07 03:35:14.000000000 -0500
+++ ntpd/ntp_config.c	2004-02-14 21:29:33.000000000 -0600
@@ -9,15 +9,6 @@
 # include <netinfo/ni.h>
 #endif
 
-#include "ntpd.h"
-#include "ntp_io.h"
-#include "ntp_unixtime.h"
-#include "ntp_refclock.h"
-#include "ntp_filegen.h"
-#include "ntp_stdlib.h"
-#include "ntp_config.h"
-#include "ntp_cmdargs.h"
-
 #include <stdio.h>
 #include <ctype.h>
 #ifdef HAVE_SYS_PARAM_H
@@ -38,6 +29,15 @@
 extern HANDLE ResolverThreadHandle;
 #endif /* SYS_WINNT */
 
+#include "ntpd.h"
+#include "ntp_io.h"
+#include "ntp_unixtime.h"
+#include "ntp_refclock.h"
+#include "ntp_filegen.h"
+#include "ntp_stdlib.h"
+#include "ntp_config.h"
+#include "ntp_cmdargs.h"
+
 #include <netdb.h>
 
 extern int priority_done;
