aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/socketchan.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/socketchan.h')
-rw-r--r--ncpd/socketchan.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ncpd/socketchan.h b/ncpd/socketchan.h
index 5fe7a13..15645dd 100644
--- a/ncpd/socketchan.h
+++ b/ncpd/socketchan.h
@@ -25,7 +25,9 @@
#ifndef _socketchan_h_
#define _socketchan_h_
-#include "bool.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "channel.h"
class ppsocket;
class IOWatch;