399290a4af
behavior differ between OpenBSD orign and FreeBSD one. * Add some missing includion of header files. * LICENSE=gnu-gpl-v2 Bump PKGREVISION.
14 lines
317 B
C
14 lines
317 B
C
$NetBSD: patch-flip.c,v 1.1 2011/09/04 08:54:03 obache Exp $
|
|
|
|
* include <string.h> for memcpy(3), and so on.
|
|
|
|
--- flip.c.orig 2001-04-25 15:48:59.000000000 +0000
|
|
+++ flip.c
|
|
@@ -7,6 +7,7 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
+#include <string.h>
|
|
#include <sys/time.h>
|
|
#include <unistd.h>
|
|
#include <aalib.h>
|