blob: a313f4807700e624905e1e491f97fe0455c231f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** events.c.orig Tue Jan 11 03:54:04 2000
--- events.c Fri Jan 2l 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>
|