Fix more C++ link errors on Solaris 8.
[pspp] / modules / memchr-tests
index c99e557d4ff6acf117132db301b77ee5f2c42b00..3022471fe6c2187a2868d9225e8114bdb110c67b 100644 (file)
@@ -1,6 +1,8 @@
 Files:
 tests/test-memchr.c
 tests/zerosize-ptr.h
+tests/signature.h
+tests/macros.h
 m4/mmap-anon.m4
 
 Depends-on:
@@ -8,7 +10,9 @@ extensions
 getpagesize
 
 configure.ac:
+dnl Check for prerequisites for memory fence checks.
 gl_FUNC_MMAP_ANON
+AC_CHECK_HEADERS_ONCE([sys/mman.h])
 AC_CHECK_FUNCS_ONCE([mprotect])
 
 Makefile.am: