summaryrefslogtreecommitdiff
path: root/camlibs/topfield/tf_bytes.h
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/topfield/tf_bytes.h')
-rw-r--r--camlibs/topfield/tf_bytes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/topfield/tf_bytes.h b/camlibs/topfield/tf_bytes.h
index 4e8241db6..26f128d63 100644
--- a/camlibs/topfield/tf_bytes.h
+++ b/camlibs/topfield/tf_bytes.h
@@ -24,7 +24,7 @@
#ifndef _TF_BYTES_H
#define _TF_BYTES_H 1
-#include <_stdint.h>
+#include <stdint.h>
unsigned short get_u16(void *addr);
unsigned short get_u16_raw(void *addr);