sparc: implement float->unsigned conversions
[libfirm] / ir / be / beabi.h
index 3fb407f..4bab8f8 100644 (file)
@@ -21,7 +21,6 @@
  * @file
  * @brief       Backend ABI implementation.
  * @author      Sebastian Hack
- * @version     $Id$
  */
 #ifndef FIRM_BE_BEABI_H
 #define FIRM_BE_BEABI_H
@@ -36,6 +35,7 @@
 #include "beirg.h"
 #include "bearch.h"
 #include "beabi.h"
+#include "beabihelper.h"
 
 struct be_abi_call_flags_bits_t {
        unsigned store_args_sequential  : 1;  /**< Use sequential stores for arguments. */