diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-10 19:02:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-04-10 19:02:09 +0000 |
commit | cc3e258127aa2c0338c8a8d7db4b183a04e948a9 (patch) | |
tree | 0b6d919e035e462788769acd9a2ad9c8cc4c917a | |
parent | 36835280ee230626970b4bdbaafcdaba54789d36 (diff) |
Fix test for sysv ipc.
-rw-r--r-- | xserver/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xserver/configure.ac b/xserver/configure.ac index 1949a80e8..1abc33cfc 100644 --- a/xserver/configure.ac +++ b/xserver/configure.ac @@ -150,6 +150,8 @@ AM_CONDITIONAL(FREEBSD_KLDLOAD, [test "x$ac_cv_sys_linker_h" = xyes]) AC_CACHE_CHECK([for SYSV IPC], ac_cv_sysv_ipc, [AC_TRY_LINK([ +#include <sys/types.h> +#include <sys/ipc.h> #include <sys/shm.h> ],[ { |