mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
$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"
|
|
|