Use a consistent style for including <config.h>.
[gnulib.git] / lib / ftruncate.c
index c062fe8..d5e1add 100644 (file)
@@ -1,7 +1,7 @@
 /* ftruncate emulations that work on some System V's.
    This file is in the public domain.  */
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif