Browse Source

add missing headers

Cédric Augonnet 16 years ago
parent
commit
9c58b47408
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/common/htable32.c

+ 2 - 0
src/common/htable32.c

@@ -14,6 +14,8 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+#include <starpu.h>
+#include <common/config.h>
 #include <common/htable32.h>
 #include <stdint.h>
 #include <string.h>