changeset 32292:02c4e1a2298b

Remove unnecessary sys/types.h #include from shm check.
author diego
date Sun, 26 Sep 2010 22:17:42 +0000
parents 7a7456aea7d8
children ee6230fe46e9
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Sep 26 22:06:33 2010 +0000
+++ b/configure	Sun Sep 26 22:17:42 2010 +0000
@@ -3786,7 +3786,6 @@
 echocheck "shm"
 if test "$_shm" = auto ; then
   cat > $TMPC << EOF
-#include <sys/types.h>
 #include <sys/shm.h>
 int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; }
 EOF