diff options
author | Nikias Bassen | 2012-07-04 23:04:52 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-07-04 23:04:52 +0200 |
commit | 5e6ffc082b2997ab27892d531e1bf7757f6342d6 (patch) | |
tree | 1fd79d2d1555b66e6ee02bd1bffa85dd68ccebc8 /libirecovery.c | |
parent | c799d93cfe0a72b451a1ff475b3ea1e639fb843d (diff) | |
download | libirecovery-5e6ffc082b2997ab27892d531e1bf7757f6342d6.tar.gz libirecovery-5e6ffc082b2997ab27892d531e1bf7757f6342d6.tar.bz2 |
add missing includes to make mingw compiler happy
Diffstat (limited to 'libirecovery.c')
-rw-r--r-- | libirecovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libirecovery.c b/libirecovery.c index 04845ad..745b080 100644 --- a/libirecovery.c +++ b/libirecovery.c @@ -19,6 +19,7 @@ **/ #include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |