summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--librabbitmq/amqp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index 5807da5..b756025 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -39,6 +39,9 @@
* ***** END LICENSE BLOCK *****
*/
+#include <string.h>
+#include <stdint.h>
+
#ifdef __cplusplus
extern "C" {
#endif