summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2011-09-14 22:23:33 +0200
committerGravatar Martin Szulecki2012-03-19 01:43:36 +0100
commit621c77a689986e94bf79a524adbe124bef221860 (patch)
treedeb21c58a0023267bd4a9b926adb66021a06180b
parent8b1af4cf80eff619d3465925dce7fe572fc09224 (diff)
downloadlibimobiledevice-621c77a689986e94bf79a524adbe124bef221860.tar.gz
libimobiledevice-621c77a689986e94bf79a524adbe124bef221860.tar.bz2
userpref.h: include stdint.h
-rw-r--r--src/userpref.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/userpref.h b/src/userpref.h
index 0e959ba..ae8aff9 100644
--- a/src/userpref.h
+++ b/src/userpref.h
@@ -36,6 +36,8 @@ typedef struct {
typedef gnutls_datum_t key_data_t;
#endif
+#include <stdint.h>
+
#ifndef LIBIMOBILEDEVICE_INTERNAL
#ifdef WIN32
#define LIBIMOBILEDEVICE_INTERNAL