From 9901e49f990b7e1ab9646295999fc5544e388f1d Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 28 Apr 2015 11:36:55 +0200 Subject: Fix printf on 64 bit host --- ucoo/common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucoo/common.hh') diff --git a/ucoo/common.hh b/ucoo/common.hh index 505cf60..be6f91d 100644 --- a/ucoo/common.hh +++ b/ucoo/common.hh @@ -23,7 +23,7 @@ // DEALINGS IN THE SOFTWARE. // // }}} -#include +#include #include "ucoo/arch/arch_common.hh" -- cgit v1.2.3