Added support for out edges.
[libfirm] / ir / ident / ident.c
index 3d014a7..bd79918 100644 (file)
@@ -11,7 +11,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
 #endif
 
 #include <assert.h>
@@ -23,6 +23,8 @@
 #include "ident_t.h"
 #include "set.h"
 
+typedef const struct set_entry ident_s;
+
 /** The current ident module implementation. */
 static ident_if_t impl;