blob: 66eeb4d8640c41365e6ab5666b48e0fefe4450f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** functions.c.orig Tue Jan 11 04:40:36 2000
--- functions.c Fri Jan 21 12:00:00 2000
***************
*** 9,15 ****
--- 9,17 ----
#include <stdio.h>
#include <string.h>
+ #ifndef __STDC__
#include <malloc.h>
+ #endif
#include <math.h>
#include <X11/Intrinsic.h>
|