summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-09-23 20:57:42 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-09-23 20:57:42 +0000
commitc2f04a101dce2be7abe6e2af8072e40b1f92d19c (patch)
tree95c0b6a74d261506a280cf830df933829e764fab /init.h
parent7b4f091dc871852e0e0e2576ef82142fb2e2c7cf (diff)
A small portability fix related to makedoc.
Diffstat (limited to 'init.h')
-rw-r--r--init.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/init.h b/init.h
index 514b8164..1e0c30ff 100644
--- a/init.h
+++ b/init.h
@@ -16,9 +16,12 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifndef _MAKEDOC
-#include "sort.h"
+#ifdef _MAKEDOC
+# include "config.h"
+#else
+# include "sort.h"
#endif
+
#include "buffy.h"
#ifndef _MAKEDOC