Browse Source

kill warning

experimetnal/RETURN_REF_PATCH
Stig Bakken 27 years ago
parent
commit
63b101f36d
  1. 4
      ext/standard/parsedate.y

4
ext/standard/parsedate.y

@ -28,6 +28,10 @@
#include <malloc.h>
#endif
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#include <stdio.h>
#include <sys/types.h>
#include <time.h>

Loading…
Cancel
Save