diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-23 08:49:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-23 08:49:01 +0000 |
commit | 5d51b1f44e5ce2542c57165bf3cede911a8668a5 (patch) | |
tree | 441bb072df018a61e9a43c86e235c71dbaf275d6 /net/ipaudit/files/patch-src::hash.h | |
parent | Add metis-edf 3, meshes partionning tool used by Code_Aster. (diff) |
Port added with slight modification
PR: 54510
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=85423
Diffstat (limited to 'net/ipaudit/files/patch-src::hash.h')
-rw-r--r-- | net/ipaudit/files/patch-src::hash.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/ipaudit/files/patch-src::hash.h b/net/ipaudit/files/patch-src::hash.h new file mode 100644 index 000000000000..ed2cf54dd670 --- /dev/null +++ b/net/ipaudit/files/patch-src::hash.h @@ -0,0 +1,11 @@ +--- src/hash.h.orig Tue Jul 15 16:53:16 2003 ++++ src/hash.h Tue Jul 15 16:53:49 2003 +@@ -1,6 +1,8 @@ + #ifndef _HASH_H + #define _HASH_H + ++#include <sys/types.h> ++ + /* + ------------------------------------------------------------------------ + Type Definitions |