mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
$NetBSD: patch-ac,v 1.2 2009/02/03 06:09:09 obache Exp $
|
|
|
|
--- src/code.c.orig 2006-04-26 19:16:50.000000000 +0000
|
|
+++ src/code.c
|
|
@@ -11,6 +11,7 @@
|
|
|
|
#ifdef HAS_STDLIB_H
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#else
|
|
# include "proto.h"
|
|
extern char * memcpy P((char *, char *, int));
|