openbsd-ports/misc/plan/patches/patch-src-daycalc_c
2000-04-21 21:26:17 +00:00

16 lines
308 B
Plaintext

*** src/daycalc.c.orig Wed Apr 2 16:51:43 1997
--- src/daycalc.c Wed Apr 2 16:52:23 1997
***************
*** 9,14 ****
--- 9,18 ----
#include <stdio.h>
#include <stdlib.h>
+ #ifdef STDLIBMALLOC
+ #include <stdlib.h>
+ #else
#ifndef NEWSOS4
#include <malloc.h>
+ #endif
#endif
#include <time.h>