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

16 lines
308 B
Plaintext

*** src/yovcalc.c.orig Thu Feb 6 16:08:47 1997
--- src/yovcalc.c Wed Apr 2 16:22:30 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>