freebsd-ports/net/opal3/files/patch-ac
2002-03-07 07:56:06 +00:00

15 lines
329 B
Plaintext

*** ../pwlib/src/ptlib/common/getdate.y.orig Thu Mar 7 07:42:27 2002
--- ../pwlib/src/ptlib/common/getdate.y Thu Mar 7 07:44:15 2002
***************
*** 23,28 ****
--- 23,31 ----
#include <ctype.h>
#include <stdlib.h>
+ #ifndef EOF
+ #include <stdio.h>
+ #endif
#ifdef _MSC_VER
#pragma warning(disable:4131 4701)