summaryrefslogtreecommitdiff
path: root/ucoo/common.hh
diff options
context:
space:
mode:
authorNicolas Schodet2015-04-28 11:36:55 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commit9901e49f990b7e1ab9646295999fc5544e388f1d (patch)
treed40002e9bf6b5dbc34b15a5b28cb1a959db2a151 /ucoo/common.hh
parentdd79e4bf43868ecdb8d34d0981d0bd8fea342799 (diff)
Fix printf on 64 bit host
Diffstat (limited to 'ucoo/common.hh')
-rw-r--r--ucoo/common.hh2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
+#include <cstdint>
#include "ucoo/arch/arch_common.hh"