* _fpending.c: Include <config.h> unconditionally, since we no
[gnulib.git] / lib / ftruncate.c
index 4bfa431..079fcda 100644 (file)
@@ -1,9 +1,7 @@
 /* ftruncate emulations that work on some System V's.
    This file is in the public domain.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include <sys/types.h>
 #include <fcntl.h>