summaryrefslogtreecommitdiff
path: root/camlibs/topfield/tf_bytes.h
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2010-07-11 07:17:32 +0000
committerDan Fandrich <dan@coneharvesters.com>2010-07-11 07:17:32 +0000
commit4bb7265cb1f3cb8ab8f6ab4c34c4f027578ceddd (patch)
treeb5171c973f81485781c907c1fcd1ca35bb8dc3c1 /camlibs/topfield/tf_bytes.h
parent4665699cbbd4aab2239563f867660a53f8860d9c (diff)
downloadlibgphoto2-4bb7265cb1f3cb8ab8f6ab4c34c4f027578ceddd.tar.gz
Fixed some C89 portability issues.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13143 67ed7778-7388-44ab-90cf-0a291f65f57c
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 58166eade..cfa70ca2c 100644
--- a/camlibs/topfield/tf_bytes.h
+++ b/camlibs/topfield/tf_bytes.h
@@ -23,7 +23,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);