aboutsummaryrefslogtreecommitdiff
path: root/src/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32.h')
-rw-r--r--src/win32.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/win32.h b/src/win32.h
new file mode 100644
index 0000000..b12ca23
--- /dev/null
+++ b/src/win32.h
@@ -0,0 +1,10 @@
+#ifndef MQTT_WIN32_H
+#define MQTT_WIN32_H
+
+#if defined(_WIN32)
+#include <winsock2.h>
+#include <ws2tcpip.h>
+#include <windows.h>
+#endif
+
+#endif