added missing includes
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 7 Apr 2006 14:04:25 +0000 (14:04 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 7 Apr 2006 14:04:25 +0000 (14:04 +0000)
ir/be/be.h

index a12f9a5..3df6732 100644 (file)
@@ -2,6 +2,9 @@
 #ifndef _BE_MAIN_H
 #define _BE_MAIN_H
 
+#include <stdio.h>
+#include "dbginfo.h"
+
 /**
  * Register the Firm backend command line options.
  */