aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd')
-rw-r--r--ncpd/channel.cc1
-rw-r--r--ncpd/linkchan.cc1
-rw-r--r--ncpd/main.cc1
-rw-r--r--ncpd/packet.cc1
4 files changed, 4 insertions, 0 deletions
diff --git a/ncpd/channel.cc b/ncpd/channel.cc
index 6c92e86..92408d5 100644
--- a/ncpd/channel.cc
+++ b/ncpd/channel.cc
@@ -27,6 +27,7 @@
#include <cstdlib>
#include <iostream>
#include <string>
+#include <cstring>
#include "channel.h"
#include "ncp.h"
diff --git a/ncpd/linkchan.cc b/ncpd/linkchan.cc
index 7c2a231..2d8695b 100644
--- a/ncpd/linkchan.cc
+++ b/ncpd/linkchan.cc
@@ -23,6 +23,7 @@
*/
#include <iomanip>
#include <string>
+#include <cstring>
#include <bufferstore.h>
#include <bufferarray.h>
diff --git a/ncpd/main.cc b/ncpd/main.cc
index 851ea9f..616bcac 100644
--- a/ncpd/main.cc
+++ b/ncpd/main.cc
@@ -26,6 +26,7 @@
#endif
#include <string>
+#include <cstring>
#include <iostream>
#include <bufferstore.h>
diff --git a/ncpd/packet.cc b/ncpd/packet.cc
index 48f2a5e..5068de7 100644
--- a/ncpd/packet.cc
+++ b/ncpd/packet.cc
@@ -26,6 +26,7 @@
#endif
#include <string>
+#include <cstring>
#include <fstream>
#include <iomanip>