From: Michael Beck Date: Mon, 5 Dec 2005 12:42:43 +0000 (+0000) Subject: missing assert.h added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e53178f1b87eded7e79d3de42e4cee9d0b43c9e0;p=libfirm missing assert.h added [r7050] --- diff --git a/ir/st/exc.c b/ir/st/exc.c index be253feab..6fc1efd59 100644 --- a/ir/st/exc.c +++ b/ir/st/exc.c @@ -19,7 +19,8 @@ not quite complete ***/ -# include "exc.h" +#include +#include "exc.h" static char* exc_strings [] = { "Invalid", /* invalid */