diff options
Diffstat (limited to 'cad/alliance/files/patch-exp__src__ht.c')
-rw-r--r-- | cad/alliance/files/patch-exp__src__ht.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cad/alliance/files/patch-exp__src__ht.c b/cad/alliance/files/patch-exp__src__ht.c new file mode 100644 index 000000000000..4ba85f65659b --- /dev/null +++ b/cad/alliance/files/patch-exp__src__ht.c @@ -0,0 +1,7 @@ +--- exp/src/ht.c.orig Thu May 6 08:41:16 2004 ++++ exp/src/ht.c Thu May 6 08:41:35 2004 +@@ -1,3 +1,4 @@ ++#include <sys/types.h> + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |