1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/editors/beav/files/patch-def.h
2013-12-12 16:27:03 +00:00

12 lines
317 B
C

--- def.h.orig 2013-12-12 17:16:34.000000000 +0100
+++ def.h 2013-12-12 17:17:40.000000000 +0100
@@ -13,6 +13,8 @@
#define DEF_DEF
#define LINT_ARGS 1 /* enable lint type checking */
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#ifdef UNIX
#include <sys/types.h>