- can build without iterator
[libfirm] / include / libfirm / adt / list.h
index 92007c4..d77eb29 100644 (file)
@@ -18,6 +18,7 @@
 #include "firm_config.h"
 #include <stdlib.h>
 
+typedef struct list_head list_head;
 struct list_head {
        struct list_head *next, *prev;
 };