aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/ncp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/ncp.cc')
-rw-r--r--ncpd/ncp.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/ncpd/ncp.cc b/ncpd/ncp.cc
index 1a5c317..3370cd1 100644
--- a/ncpd/ncp.cc
+++ b/ncpd/ncp.cc
@@ -22,12 +22,15 @@
//
// e-mail philip.proudman@btinternet.com
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stream.h>
#include <string.h>
#include <time.h>
#include "bool.h"
-#include "defs.h"
#include "ncp.h"
#include "linkchan.h"
#include "bufferstore.h"