aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-07-06 12:15:12 +0000
committerReuben Thomas <rrt@sc3d.org>2007-07-06 12:15:12 +0000
commit9130447b43b719bafbd91e342c707bba7844e81a (patch)
tree09dcbaf7ec602ea5f111ccb11c0fdbb8e9cb3600 /ncpd
parenta520f2ff6e69761602d8f1b1c2e5854bd7f25aa6 (diff)
downloadplptools-9130447b43b719bafbd91e342c707bba7844e81a.tar.gz
plptools-9130447b43b719bafbd91e342c707bba7844e81a.tar.bz2
plptools-9130447b43b719bafbd91e342c707bba7844e81a.zip
Fix compilation with GCC 4.3; thanks to Martin Michlmayr
Diffstat (limited to 'ncpd')
-rw-r--r--ncpd/channel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncpd/channel.cc b/ncpd/channel.cc
index 5401499..6c92e86 100644
--- a/ncpd/channel.cc
+++ b/ncpd/channel.cc
@@ -24,6 +24,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <cstdlib>
#include <iostream>
#include <string>