add missing #include
authorMatthias Braun <matze@braunis.de>
Mon, 21 Jan 2008 17:25:02 +0000 (17:25 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 21 Jan 2008 17:25:02 +0000 (17:25 +0000)
[r17481]

include/libfirm/adt/list.h

index 8b8f205..92007c4 100644 (file)
@@ -16,6 +16,7 @@
 #define FIRM_ADT_LIST_H
 
 #include "firm_config.h"
+#include <stdlib.h>
 
 struct list_head {
        struct list_head *next, *prev;