diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-24 06:04:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-24 06:04:08 +0000 |
commit | 55ce548db4c722d3d734693d081dfde45f0018af (patch) | |
tree | 3602753a2ab3940ef932371a520a9b2f19b07fb2 /cad/xcircuit/files/patch-af | |
parent | 3f9dfff96116af9781cd945a9f71ced0691f6fd7 (diff) | |
download | ports-55ce548db4c722d3d734693d081dfde45f0018af.tar.gz ports-55ce548db4c722d3d734693d081dfde45f0018af.zip |
Notes
Diffstat (limited to 'cad/xcircuit/files/patch-af')
-rw-r--r-- | cad/xcircuit/files/patch-af | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/xcircuit/files/patch-af b/cad/xcircuit/files/patch-af new file mode 100644 index 000000000000..6877aac4a66f --- /dev/null +++ b/cad/xcircuit/files/patch-af @@ -0,0 +1,14 @@ +*** files.c.orig Tue Jan 11 03:57:52 2000 +--- files.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 <time.h> + #include <pwd.h> + #include <sys/types.h> |