summaryrefslogtreecommitdiff
path: root/librabbitmq
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq')
-rw-r--r--librabbitmq/amqp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index fd13087..82b7c02 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -48,8 +48,6 @@
#define AMQP_END_DECLS
#endif
-
-
/*
* \internal
* Important API decorators:
@@ -156,6 +154,10 @@ typedef _W64 int ssize_t;
#endif
#endif
+#if defined(_WIN32) && defined(__MINGW32__)
+#include <sys/types.h>
+#endif
+
/** \endcond */
#include <stddef.h>