openbsd-ports/editors/beav/patches/patch-def_h
naddy 2e8f9cdd82 - Respect CC.
- Include prototypes for str*().
- Don't hardcode /usr/local.

ok kevlo@
2002-09-13 11:22:30 +00:00

12 lines
327 B
Plaintext

$OpenBSD: patch-def_h,v 1.1 2002/09/13 11:22:30 naddy Exp $
--- def.h.orig Fri Sep 13 02:58:58 2002
+++ def.h Fri Sep 13 02:59:18 2002
@@ -13,6 +13,7 @@
#define DEF_DEF
#define LINT_ARGS 1 /* enable lint type checking */
#include "stdio.h"
+#include "string.h"
#ifdef UNIX
#include "sys/types.h"