Index: driver.h
===================================================================
--- driver.h    (revision 2375)
+++ driver.h    (working copy)
@@ -14,8 +14,6 @@

 #include "config.h"

-/* Include the portability headers */
-#include "port.h"

 /* TODO: Some TODO defines */

@@ -134,6 +132,9 @@
 #    define __IPV6__
 #endif

+/* Include the portability headers */
+#include "port.h"
+
 /* TODO: this ctype-stuff might go into lex.h (impl in efun_defs.c) */
 #define _MCTe 0x01 /* escaped character in save/restore object. */
 #define _MCTd 0x02 /* numeric digit                */
