summaryrefslogtreecommitdiff
path: root/if_not_there.c
diff options
context:
space:
mode:
Diffstat (limited to 'if_not_there.c')
-rw-r--r--if_not_there.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/if_not_there.c b/if_not_there.c
index 9616309d..a93795f1 100644
--- a/if_not_there.c
+++ b/if_not_there.c
@@ -1,6 +1,6 @@
/* Conditionally execute a command based if the file argv[1] doesn't exist */
/* Except for execvp, we stick to ANSI C. */
-# include "config.h"
+# include "gcconfig.h"
# include <stdio.h>
int main(argc, argv, envp)