From: Brian Demsky <bdemsky@uci.edu>
Date: Thu, 15 Nov 2012 07:29:52 +0000 (-0800)
Subject: make compile on linux...needed string.h
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5559fb2d19eacf3dbdbbb473a83b1832491ec212;p=cdsspec-compiler.git

make compile on linux...needed string.h
---

diff --git a/hashtable.h b/hashtable.h
index bf75928..4d3b7de 100644
--- a/hashtable.h
+++ b/hashtable.h
@@ -7,6 +7,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include "mymemory.h"
 
 /**