adedd missing assert.h
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:27:14 +0000 (12:27 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:27:14 +0000 (12:27 +0000)
[r7044]

ir/tv/tv_t.h

index 1b3171e..aec3520 100644 (file)
@@ -14,6 +14,8 @@
 #define _TV_T_H_
 
 #include "firm_config.h"
+
+#include <assert.h>
 #include "entity.h"
 #include "irmode.h"
 #include "tv.h"