diff src/common.h @ 133:2ec889a79e51

patch from Fridrich Strba, some systems need extra library for regex
author Carl Byington <carl@five-ten-sg.com>
date Sat, 07 Feb 2009 07:57:32 -0800
parents e35fd42bac05
children b65e8d0a088a
line wrap: on
line diff
--- a/src/common.h	Fri Feb 06 20:38:04 2009 -0800
+++ b/src/common.h	Sat Feb 07 07:57:32 2009 -0800
@@ -36,6 +36,7 @@
     // information on UNIX systems. see http://www.unixpapa.com/incnote/byteorder.html
     #include <sys/param.h>
 #else
+    #include <windows.h>
     #define BYTE_ORDER LITTLE_ENDIAN
 #endif