1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/cad/xcircuit/files/patch-ap

15 lines
279 B
Plaintext
Raw Normal View History

*** selection.c.orig Tue Jan 11 04:27:36 2000
--- selection.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>