13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
$OpenBSD: patch-h_eproto_h,v 1.1 2004/01/06 03:29:09 espie Exp $
|
|
--- h/eproto.h.orig 2004-01-06 04:24:49.000000000 +0100
|
|
+++ h/eproto.h 2004-01-06 04:25:04.000000000 +0100
|
|
@@ -552,7 +552,7 @@ extern int PASCAL NEAR backtagword(int f
|
|
|
|
char *strrev(char *);
|
|
|
|
-#if WINNT || WINDOW_MSWIN || (MSDOS && IC) || GCC || VMS
|
|
+#if WINNT || WINDOW_MSWIN || (MSDOS && IC) || GCC || VMS || OPENBSD
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#else
|