13 lines
286 B
Text
13 lines
286 B
Text
$NetBSD: patch-ap,v 1.1 2007/08/01 20:19:21 joerg Exp $
|
|
|
|
--- ncp/packet.cc.orig 2007-08-01 20:00:44.000000000 +0000
|
|
+++ ncp/packet.cc
|
|
@@ -21,7 +21,7 @@
|
|
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#include <sys/time.h>
|
|
#include <sys/types.h>
|