From 621c77a689986e94bf79a524adbe124bef221860 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 14 Sep 2011 22:23:33 +0200 Subject: userpref.h: include stdint.h --- src/userpref.h | 2 ++ 1 file changed, 2 insertions(+) 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 + #ifndef LIBIMOBILEDEVICE_INTERNAL #ifdef WIN32 #define LIBIMOBILEDEVICE_INTERNAL -- cgit v1.1-32-gdbae