summaryrefslogtreecommitdiffstats
path: root/src/deb/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/deb/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deb/main.c b/src/deb/main.c
index 2c53811..b7fe11c 100644
--- a/src/deb/main.c
+++ b/src/deb/main.c
@@ -26,7 +26,7 @@
#include <sys/wait.h>
#include <limits.h>
-#if HAVE_LOCALE_H
+#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#include <errno.h>