do include inttypes.h not stdint.h
authorJörg Hoh <hohjg@users.sourceforge.net>
Thu, 1 Apr 2004 20:37:39 +0000 (22:37 +0200)
committerJörg Hoh <hohjg@users.sourceforge.net>
Thu, 1 Apr 2004 20:37:39 +0000 (22:37 +0200)
libexif/exif-utils.h

index 6f3a25f..45a1094 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
  * sizeof(long) == 4                                                    */
   
 #ifdef HAVE_INTTYPES_H
-#include <stdint.h>
+#include <inttypes.h>
 typedef char           ExifByte;          /* 1 byte  */
 typedef char *         ExifAscii;
 typedef uint16_t       ExifShort;         /* 2 bytes */