diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 08:55:48 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 08:55:48 +0000 |
commit | d7fe0127dc2c650dc320cbbc52e11788ef032181 (patch) | |
tree | a8648e3e478aefbf83b4ec9d2041ca0001ca1710 /cad/xcircuit/files/patch-aq | |
parent | 30a64de7d67129012e2825a14ad606bfa3d9b1d2 (diff) |
Notes
Diffstat (limited to 'cad/xcircuit/files/patch-aq')
-rw-r--r-- | cad/xcircuit/files/patch-aq | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/xcircuit/files/patch-aq b/cad/xcircuit/files/patch-aq new file mode 100644 index 000000000000..2c2ade5235bc --- /dev/null +++ b/cad/xcircuit/files/patch-aq @@ -0,0 +1,14 @@ +*** render.c.orig Thu May 11 00:29:51 2000 +--- render.c Thu Aug 17 05:25:28 2000 +*************** +*** 10,16 **** +--- 10,18 ---- + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++ #ifndef __STDC__ + #include <malloc.h> ++ #endif + #include <time.h> + #include <sys/types.h> + #include <signal.h> |