aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/if_not_there.c
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-30 13:05:33 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-30 13:05:33 +0000
commit4ae8fbdfcbb4b05674f0d21413df2bd4ed5a4f81 (patch)
treedeb633dda591b841af9865238d5ce8a6531e586a /boehm-gc/if_not_there.c
parentf7c5f4b1bdeabbb0a6dae893665058385ab57722 (diff)
Imported Boehm GC 4.14
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/boehm@27853 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/if_not_there.c')
-rw-r--r--boehm-gc/if_not_there.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/if_not_there.c b/boehm-gc/if_not_there.c
index 9616309d824..a93795f1c78 100644
--- a/boehm-gc/if_not_there.c
+++ b/boehm-gc/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)