fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / chdir-safer
index 95103e8e5b67a81e720ed80756d3051baf41a775..095a4086ccea05019be8611f7d330435f5062932 100644 (file)
@@ -7,8 +7,9 @@ lib/chdir-safer.c
 m4/chdir-safer.m4
 
 Depends-on:
+errno
 fchdir
-fcntl
+fcntl-h
 open
 same-inode
 stdbool
@@ -17,6 +18,7 @@ configure.ac:
 gl_CHDIR_SAFER
 
 Makefile.am:
+lib_SOURCES += chdir-safer.c
 
 Include:
 "chdir-safer.h"