summaryrefslogtreecommitdiff
path: root/dmake/extern.h
diff options
context:
space:
mode:
authorMartin Hollmichel <mh@openoffice.org>2001-04-20 13:21:05 +0000
committerMartin Hollmichel <mh@openoffice.org>2001-04-20 13:21:05 +0000
commit81d03cb03996c601bdbf6ef36f071b58172a928d (patch)
tree177bb4f3871b7111f0ef665e0cda4250e9fd1e72 /dmake/extern.h
parentb0b969c93e5c62812f48274ff62c8c593bee4ee8 (diff)
avoid clash with autoconf config.h
Diffstat (limited to 'dmake/extern.h')
-rw-r--r--dmake/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/extern.h b/dmake/extern.h
index 563910a2c9de..c95b9ecce024 100644
--- a/dmake/extern.h
+++ b/dmake/extern.h
@@ -1,4 +1,4 @@
-/* RCS $Id: extern.h,v 1.1.1.1 2000-09-22 15:33:25 hr Exp $
+/* RCS $Id: extern.h,v 1.2 2001-04-20 14:21:05 mh Exp $
--
-- SYNOPSIS
-- External declarations for dmake functions.
@@ -60,7 +60,7 @@
/* Include this last as it invalidates some functions that are defined
* externally above and turns them into no-ops. Have to do this after
* the extern declarations however. */
-#include "config.h"
+#include "conf.h"
#include "posix.h"
#endif