aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/channel.h')
-rw-r--r--ncpd/channel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ncpd/channel.h b/ncpd/channel.h
index 2c06d6d..90f08f6 100644
--- a/ncpd/channel.h
+++ b/ncpd/channel.h
@@ -25,10 +25,11 @@
#ifndef _channel_h_
#define _channel_h_
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
-#include "bool.h"
-
class ncp;
class bufferStore;