include config.h for __attribute__()
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 5 Dec 2007 21:33:42 +0000 (21:33 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 5 Dec 2007 21:33:42 +0000 (21:33 +0000)
[r18621]

adt/xmalloc.h

index e6517f3..7d51006 100644 (file)
@@ -11,6 +11,7 @@
 #define _XMALLOC_H_
 
 #include <stdlib.h>
+#include "config.h"
 
 __attribute__((malloc))
 void *xmalloc(size_t size);