aboutsummaryrefslogtreecommitdiffstats
path: root/cad/xcircuit/files/patch-am
blob: aa5854f850612cf25e0aafe1f3cb943f878e3e12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*** parameter.c.orig    Sat Jan  8 01:24:21 2000
--- parameter.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 <X11/Intrinsic.h>
  #include <X11/StringDefs.h>