*** 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>
