diff options
Diffstat (limited to 'cad/xcircuit/files/patch-ae')
-rw-r--r-- | cad/xcircuit/files/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/xcircuit/files/patch-ae b/cad/xcircuit/files/patch-ae new file mode 100644 index 000000000000..d54161f178c1 --- /dev/null +++ b/cad/xcircuit/files/patch-ae @@ -0,0 +1,14 @@ +*** filelist.c.orig Thu Jan 6 03:16:39 2000 +--- filelist.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 <sys/types.h> + #ifdef linux + #include <dirent.h> |