diff options
Diffstat (limited to 'net/kphone/files/patch-dissipate2-extern_md5.h')
-rw-r--r-- | net/kphone/files/patch-dissipate2-extern_md5.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/kphone/files/patch-dissipate2-extern_md5.h b/net/kphone/files/patch-dissipate2-extern_md5.h new file mode 100644 index 0000000..5d887194 --- /dev/null +++ b/net/kphone/files/patch-dissipate2-extern_md5.h @@ -0,0 +1,11 @@ +--- dissipate2/extern_md5.h.orig Mon Jul 5 14:01:05 2004 ++++ dissipate2/extern_md5.h Mon Jul 5 14:08:08 2004 +@@ -1,6 +1,8 @@ + #ifndef EXTERN_MD5_H + #define EXTERN_MD5_H + ++#include <sys/types.h> ++ + #define HASHLEN 16 + typedef u_char HASH[HASHLEN]; + #define HASHHEXLEN 32 |