diff options
| author | 2012-11-08 01:13:39 +0100 | |
|---|---|---|
| committer | 2012-11-08 01:13:39 +0100 | |
| commit | a95d6c80b2d068ab1372dbfa1eb6635301c87bae (patch) | |
| tree | 18df30ba2fe55a58f73b9bad44d917d1fe56c350 | |
| parent | 465477b251b065f24c3c834e5f7d3398b37ee069 (diff) | |
| download | libirecovery-a95d6c80b2d068ab1372dbfa1eb6635301c87bae.tar.gz libirecovery-a95d6c80b2d068ab1372dbfa1eb6635301c87bae.tar.bz2 | |
add missing stdint.h include to fix compilation with public API header
| -rw-r--r-- | include/libirecovery.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index 9b9ee01..95a353e 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -24,6 +24,8 @@ extern "C" { #endif +#include <stdint.h> + #ifndef WIN32 #include <libusb-1.0/libusb.h> #else |
