summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Szulecki <opensuse@sukimashita.com>2012-11-08 01:13:39 +0100
committerMartin Szulecki <opensuse@sukimashita.com>2012-11-08 01:13:39 +0100
commita95d6c80b2d068ab1372dbfa1eb6635301c87bae (patch)
tree18df30ba2fe55a58f73b9bad44d917d1fe56c350
parent465477b251b065f24c3c834e5f7d3398b37ee069 (diff)
downloadlibirecovery-a95d6c80b2d068ab1372dbfa1eb6635301c87bae.tar.gz
add missing stdint.h include to fix compilation with public API header
-rw-r--r--include/libirecovery.h2
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