add missing dbg hooks for boolean simplifications
[libfirm] / include / libfirm / adt / bitfiddle.h
index f65c3de..a5ef652 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
@@ -27,6 +27,8 @@
 #ifndef FIRM_ADT_BITFIDDLE_H
 #define FIRM_ADT_BITFIDDLE_H
 
+#include "firm_config.h"
+
 #include <limits.h>
 #include <assert.h>
 #include "compiler.h"