include alloca header
[libjh.git] / header.h
index faf6756..7a33188 100644 (file)
--- a/header.h
+++ b/header.h
@@ -1,3 +1,7 @@
+#include <assert.h>
+#include <stddef.h>
+#include <alloca.h>
+
 /***** COMPILER-SPECIFIC STUFF *****/
 #ifdef __GNUC__
   #define JH_ATTR_NORETURN __attribute__ ((noreturn))