diff options
Diffstat (limited to 'cad/xcircuit/files/patch-ah')
-rw-r--r-- | cad/xcircuit/files/patch-ah | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/xcircuit/files/patch-ah b/cad/xcircuit/files/patch-ah new file mode 100644 index 000000000000..ece167cf1d69 --- /dev/null +++ b/cad/xcircuit/files/patch-ah @@ -0,0 +1,14 @@ +*** formats.c.orig Tue Jan 11 02:25:57 2000 +--- formats.c Fri Jan 21 12:00:00 2000 +*************** +*** 5,11 **** +--- 5,13 ---- + + #include <stdio.h> + #include <string.h> ++ #ifndef __STDC__ + #include <malloc.h> ++ #endif + #include <X11/Intrinsic.h> + #include <X11/StringDefs.h> + |