projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3ad6c1
)
make compile on linux...needed string.h
author
Brian Demsky
<bdemsky@uci.edu>
Thu, 15 Nov 2012 07:29:52 +0000
(23:29 -0800)
committer
Brian Demsky
<bdemsky@uci.edu>
Thu, 15 Nov 2012 07:29:52 +0000
(23:29 -0800)
hashtable.h
patch
|
blob
|
history
diff --git
a/hashtable.h
b/hashtable.h
index bf759285fa7899da5a40fc4bb082bdc8cfbcfd35..4d3b7de8e9a7b9e8d270b543c8dbc8315a664965 100644
(file)
--- a/
hashtable.h
+++ b/
hashtable.h
@@
-7,6
+7,7
@@
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include "mymemory.h"
/**