blob: 4c1e5e5ff966afa1bf2533ce8c94b4b04ca63f6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ah,v 1.1 2003/02/05 15:44:22 dmcmahill Exp $
--- src/parse.c.orig Wed Mar 15 17:13:29 2000
+++ src/parse.c
@@ -4,6 +4,7 @@
/* parse a line from the user */
#include <stdlib.h>
+#include <string.h>
#include "icb.h"
#include "externs.h"
|