summaryrefslogtreecommitdiff
path: root/ucoo/common.hh
diff options
context:
space:
mode:
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"