1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/cad/xcircuit/files/patch-al

15 lines
287 B
Plaintext
Raw Normal View History

*** netlist.c.orig Thu Jan 6 05:09:34 2000
--- netlist.c Fri Jan 21 12:00:00 2000
***************
*** 10,16 ****
--- 10,18 ----
#include <stdio.h>
#include <string.h>
+ #ifndef __STDC__
#include <malloc.h>
+ #endif
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>