summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/truncate.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/truncate.c')
-rw-r--r--c/src/exec/libcsupport/src/truncate.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/src/truncate.c b/c/src/exec/libcsupport/src/truncate.c
index d551b5be5b..d4f6f1613f 100644
--- a/c/src/exec/libcsupport/src/truncate.c
+++ b/c/src/exec/libcsupport/src/truncate.c
@@ -15,6 +15,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>