types for constants (optional)
[libfirm] / ir / adt / pdeq.c
index 51211c2..691c460 100644 (file)
@@ -6,7 +6,7 @@
  * Modified by:
  * Created:     1999 by getting from fiasco
  * CVS-ID:      $Id$
- * Copyright:   (c) 1995, 1996 Markus Armbruster
+ * Copyright:   (c) 1995, 1996 Christian von Roques
  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
 
@@ -18,6 +18,7 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdbool.h>
 # ifdef HAVE_STRING_H
 #  include <string.h>
 # endif
@@ -25,6 +26,7 @@
 #include "cookies.h"
 #include "debug.h"
 #include "pdeq.h"
+#include "xmalloc.h"
 
 
 /** Size of pdeq block cache */