missing assert.h added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:42:43 +0000 (12:42 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:42:43 +0000 (12:42 +0000)
[r7050]

ir/st/exc.c

index be253fe..6fc1efd 100644 (file)
@@ -19,7 +19,8 @@
      not quite complete
 ***/
 
-# include "exc.h"
+#include <assert.h>
+#include "exc.h"
 
 static char* exc_strings [] = {
   "Invalid",                                   /* invalid */