diff options
Diffstat (limited to 'cad/xcircuit/files/patch-ag')
-rw-r--r-- | cad/xcircuit/files/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/xcircuit/files/patch-ag b/cad/xcircuit/files/patch-ag new file mode 100644 index 000000000000..ba0a1685f6f5 --- /dev/null +++ b/cad/xcircuit/files/patch-ag @@ -0,0 +1,14 @@ +*** fontfile.c.orig Fri Jan 7 12:11:03 2000 +--- fontfile.c Fri Jan 21 12:00:00 2000 +*************** +*** 6,12 **** +--- 6,14 ---- + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++ #ifndef __STDC__ + #include <malloc.h> ++ #endif + + #include <X11/Intrinsic.h> + #include <X11/StringDefs.h> |