diff options
| author | 2012-07-04 23:04:52 +0200 | |
|---|---|---|
| committer | 2012-07-04 23:04:52 +0200 | |
| commit | 5e6ffc082b2997ab27892d531e1bf7757f6342d6 (patch) | |
| tree | 1fd79d2d1555b66e6ee02bd1bffa85dd68ccebc8 | |
| parent | c799d93cfe0a72b451a1ff475b3ea1e639fb843d (diff) | |
| download | libirecovery-5e6ffc082b2997ab27892d531e1bf7757f6342d6.tar.gz libirecovery-5e6ffc082b2997ab27892d531e1bf7757f6342d6.tar.bz2 | |
add missing includes to make mingw compiler happy
| -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 @@ | |||
| 19 | **/ | 19 | **/ |
| 20 | 20 | ||
| 21 | #include <stdio.h> | 21 | #include <stdio.h> |
| 22 | #include <stdint.h> | ||
| 22 | #include <stdlib.h> | 23 | #include <stdlib.h> |
| 23 | #include <string.h> | 24 | #include <string.h> |
| 24 | #include <unistd.h> | 25 | #include <unistd.h> |
