blob: 2c2ade5235bca13cbebbdaf92447cb91ac5935ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** render.c.orig Thu May 11 00:29:51 2000
--- render.c Thu Aug 17 05:25:28 2000
***************
*** 10,16 ****
--- 10,18 ----
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+ #ifndef __STDC__
#include <malloc.h>
+ #endif
#include <time.h>
#include <sys/types.h>
#include <signal.h>
|