1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/cad/xcircuit/files/patch-ao
Steve Price 55ce548db4 Update to version 2.0b3.
PR:		16274
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-24 06:04:08 +00:00

15 lines
283 B
Plaintext

*** schema.c.orig Tue Jan 11 03:53:16 2000
--- schema.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>