updates.
[runtime.git] / includes / silcincludes.h
index 3f9c41b4e6717b926760790dffa5c3127c93cdc4..ad8ac5426784b611da0510989ed893e7535248c7 100644 (file)
 #include <limits.h>
 #endif
 
-#endif                         /* !SILC_WIN32 */
-
-#ifndef HAVE_GETOPT_LONG
-#include "../lib/contrib/getopt.h"
-#endif
-
 #ifndef HAVE_REGEX_H
 #include "../lib/contrib/regex.h"
 #else
 #include <regex.h>
 #endif
 
+#endif                         /* !SILC_WIN32 */
+
+#ifndef HAVE_GETOPT_LONG
+#include "../lib/contrib/getopt.h"
+#endif
+
 #ifndef TRUE
 #define TRUE 1
 #endif