aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/packet.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
committerFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
commitf0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 (patch)
tree166bf2df5ca4fc40904af30a56a0de88683baf8d /ncpd/packet.cc
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'ncpd/packet.cc')
-rw-r--r--ncpd/packet.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/ncpd/packet.cc b/ncpd/packet.cc
index d352fc9..48f2a5e 100644
--- a/ncpd/packet.cc
+++ b/ncpd/packet.cc
@@ -25,22 +25,21 @@
#include <config.h>
#endif
+#include <string>
+#include <fstream>
+#include <iomanip>
+
#include <stdio.h>
#include <malloc.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
-#include <string>
-#include <fstream>
-#include <iomanip>
#include <errno.h>
#include <sys/ioctl.h>
#include <termios.h>
#include <signal.h>
-extern "C" {
#include "mp_serial.h"
-}
#include "packet.h"
#include "link.h"
#include "main.h"