tests: test some of the *-safer modules
[pspp] / tests / test-open.c
index f7bb54360adc58e4bd251d98ca7ecb2ff5efa7ec..c9f3641c3526d8f1a4af0db411654c4d27e4e7b9 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 
+#if GNULIB_FCNTL_SAFER
+# include "fcntl--.h"
+#endif
+
 #define ASSERT(expr) \
   do                                                                        \
     {                                                                       \