aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2008-07-21 22:59:08 +0000
committerReuben Thomas <rrt@sc3d.org>2008-07-21 22:59:08 +0000
commit0f3a44063257bcaf2ceb3f4f4f03a2a8cb7f34d7 (patch)
treec9ee504e23f1eca2468d240f34ac6585dc63910c /ncpd
parent3930ae5dd2845681a5d9ba53933128f9ac851585 (diff)
downloadplptools-0f3a44063257bcaf2ceb3f4f4f03a2a8cb7f34d7.tar.gz
plptools-0f3a44063257bcaf2ceb3f4f4f03a2a8cb7f34d7.tar.bz2
plptools-0f3a44063257bcaf2ceb3f4f4f03a2a8cb7f34d7.zip
Patch from John Lines for compiling with GCC 4.3 (Patch #2023788)
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>