blob: 52eba0636f38a97a223ef7cd4087c1fa011cff81 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** ../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)
|