2013-09-26 17:14:40 +02:00

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));