summaryrefslogtreecommitdiff
path: root/cad/xcircuit/files/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'cad/xcircuit/files/patch-ap')
-rw-r--r--cad/xcircuit/files/patch-ap14
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/xcircuit/files/patch-ap b/cad/xcircuit/files/patch-ap
new file mode 100644
index 000000000000..c04578ad54c1
--- /dev/null
+++ b/cad/xcircuit/files/patch-ap
@@ -0,0 +1,14 @@
+*** 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>