summaryrefslogtreecommitdiff
path: root/camlibs/st2205
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/st2205
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/st2205')
-rw-r--r--camlibs/st2205/st2205.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/st2205/st2205.c b/camlibs/st2205/st2205.c
index 07fcdfc6f..25c486cd5 100644
--- a/camlibs/st2205/st2205.c
+++ b/camlibs/st2205/st2205.c
@@ -21,7 +21,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>