diff src/define.h @ 201:3850a3b11745

fixes for parallel readpst
author Carl Byington <carl@five-ten-sg.com>
date Sat, 16 May 2009 10:32:26 -0700
parents d360f96f71f6
children 2f38c4ce606f
line wrap: on
line diff
--- a/src/define.h	Wed May 13 20:06:53 2009 -0700
+++ b/src/define.h	Sat May 16 10:32:26 2009 -0700
@@ -136,6 +136,10 @@
     #include <sys/types.h>
 #endif
 
+#ifdef HAVE_SYS_SHM_H
+    #include <sys/shm.h>
+#endif
+
 #ifdef HAVE_SYS_WAIT_H
     #include <sys/wait.h>
 #endif