aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/exechelp-posix.c')
-rw-r--r--common/exechelp-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/exechelp-posix.c b/common/exechelp-posix.c
index 1290cfd39..249d38d09 100644
--- a/common/exechelp-posix.c
+++ b/common/exechelp-posix.c
@@ -50,7 +50,7 @@
#undef USE_NPTH
#endif
-#ifdef USE_NPTH
+#ifdef HAVE_NPTH
#include <npth.h>
#endif
#include <sys/wait.h>