mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
$NetBSD: patch-ae,v 1.1 2008/10/01 08:43:09 apb Exp $
|
|
|
|
--- buf.c.orig 2000-11-28 09:45:07.000000000 +0200
|
|
+++ buf.c
|
|
@@ -13,6 +13,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <stdarg.h>
|
|
+#include <string.h>
|
|
#include <unistd.h>
|
|
#include <ctype.h>
|
|
#include <err.h>
|