blob: b29e854137903fba864d940fe2dc1b753f6243e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-ap,v 1.2 2011/12/19 13:44:07 wiz Exp $
--- ncp/packet.cc.orig 1999-04-12 21:16:58.000000000 +0000
+++ ncp/packet.cc
@@ -21,13 +21,15 @@
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include <string.h>
-#include <fstream.h>
-#include <iomanip.h>
+#include <fstream>
+#include <iomanip>
+#include <iostream>
+using namespace std;
#include "bool.h"
#include "mp_serial.h"
|