openbsd-ports/misc/plan/patches/patch-src-yovcalc_c

16 lines
308 B
Plaintext
Raw Normal View History

1998-05-20 03:46:06 -04:00
*** 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>