diff options
author | Nikias Bassen | 2011-09-14 22:23:33 +0200 |
---|---|---|
committer | Martin Szulecki | 2012-03-19 01:43:36 +0100 |
commit | 621c77a689986e94bf79a524adbe124bef221860 (patch) | |
tree | deb21c58a0023267bd4a9b926adb66021a06180b | |
parent | 8b1af4cf80eff619d3465925dce7fe572fc09224 (diff) | |
download | libimobiledevice-621c77a689986e94bf79a524adbe124bef221860.tar.gz libimobiledevice-621c77a689986e94bf79a524adbe124bef221860.tar.bz2 |
userpref.h: include stdint.h
-rw-r--r-- | src/userpref.h | 2 |
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 |