Fixed some building issues
[cascardo/grammar.git] / item.h
diff --git a/item.h b/item.h
index 4924562..477be22 100644 (file)
--- a/item.h
+++ b/item.h
@@ -1,6 +1,9 @@
 #ifndef ITEM_H
 #define ITEM_H
 
+#include <grammar.h>
+#include <glib.h>
+
 typedef struct
 {
   symbol_t* left;