summaryrefslogtreecommitdiff
path: root/camlibs/topfield/tf_bytes.h
diff options
context:
space:
mode:
authorZeranoe <zeranoe@gmail.com>2021-02-22 07:18:30 -0500
committerGitHub <noreply@github.com>2021-02-22 13:18:30 +0100
commita9bf8e47514537c1ce9ab149c811249b8f9e6951 (patch)
tree44ec0949075c4e5755196b44dc2121ce46a130af /camlibs/topfield/tf_bytes.h
parent7bb5934c95ed420d5dbf4e7baf2796cdccf8062f (diff)
downloadlibgphoto2-a9bf8e47514537c1ce9ab149c811249b8f9e6951.tar.gz
Remove stdint.h shim (#625)
stdint.h has wide adoption at this point, so it should be safe to use.
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);