openbsd-ports/misc/plan/patches/patch-ah
1998-05-20 07:46:06 +00:00

16 lines
310 B
Plaintext

*** src/weekcalc.c.orig Thu Feb 6 16:08:42 1997
--- src/weekcalc.c Wed Apr 2 16:19:42 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>