Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
200:d360f96f71f6 | 201:3850a3b11745 |
---|---|
132 #include <sys/stat.h> | 132 #include <sys/stat.h> |
133 #endif | 133 #endif |
134 | 134 |
135 #ifdef HAVE_SYS_TYPES_H | 135 #ifdef HAVE_SYS_TYPES_H |
136 #include <sys/types.h> | 136 #include <sys/types.h> |
137 #endif | |
138 | |
139 #ifdef HAVE_SYS_SHM_H | |
140 #include <sys/shm.h> | |
137 #endif | 141 #endif |
138 | 142 |
139 #ifdef HAVE_SYS_WAIT_H | 143 #ifdef HAVE_SYS_WAIT_H |
140 #include <sys/wait.h> | 144 #include <sys/wait.h> |
141 #endif | 145 #endif |