summaryrefslogtreecommitdiff
path: root/camlibs/tp6801/tp6801.c
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/tp6801/tp6801.c
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/tp6801/tp6801.c')
-rw-r--r--camlibs/tp6801/tp6801.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/tp6801/tp6801.c b/camlibs/tp6801/tp6801.c
index 6cc095ac5..b76974bcc 100644
--- a/camlibs/tp6801/tp6801.c
+++ b/camlibs/tp6801/tp6801.c
@@ -24,7 +24,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
-#include <_stdint.h>
+#include <stdint.h>
#include <stdlib.h>
#include <time.h>
#include <fcntl.h>