summaryrefslogtreecommitdiff
path: root/camlibs/jl2005c
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/jl2005c
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/jl2005c')
-rw-r--r--camlibs/jl2005c/jl2005bcd_decompress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/jl2005c/jl2005bcd_decompress.c b/camlibs/jl2005c/jl2005bcd_decompress.c
index 66255d258..d208ab7cf 100644
--- a/camlibs/jl2005c/jl2005bcd_decompress.c
+++ b/camlibs/jl2005c/jl2005bcd_decompress.c
@@ -24,7 +24,7 @@
*/
#include <stdio.h>
-#include <stdint.h>
+#include <_stdint.h>
#include <stdlib.h>
#include <string.h>