diff options
Diffstat (limited to 'ncpd/packet.cc')
-rw-r--r-- | ncpd/packet.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ncpd/packet.cc b/ncpd/packet.cc index 5c05849..ebefc0a 100644 --- a/ncpd/packet.cc +++ b/ncpd/packet.cc @@ -23,6 +23,10 @@ // e-mail philip.proudman@btinternet.com +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdio.h> #include <malloc.h> #include <unistd.h> @@ -38,7 +42,6 @@ extern "C" { #include "mp_serial.h" } -#include "bool.h" #include "bufferstore.h" #include "packet.h" #include "iowatch.h" |