diff options
| -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  | 
