diff options
Diffstat (limited to 'security/ophcrack/files/patch-src_misc.c')
-rw-r--r-- | security/ophcrack/files/patch-src_misc.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/ophcrack/files/patch-src_misc.c b/security/ophcrack/files/patch-src_misc.c new file mode 100644 index 00000000000..80a752366a0 --- /dev/null +++ b/security/ophcrack/files/patch-src_misc.c @@ -0,0 +1,10 @@ +--- src/misc.c.orig 2009-07-29 13:50:26.000000000 +0800 ++++ src/misc.c 2010-06-22 11:18:50.000000000 +0800 +@@ -31,6 +31,7 @@ + * + * + */ ++#include <sys/types.h> + #include <config.h> + #include <string.h> + #include <stdio.h> |