diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2017-02-14 23:51:48 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2017-02-14 23:51:48 +0200 |
| commit | 8fe0a3b672802ecbd75bdbcec4fed6a993f2af89 (patch) | |
| tree | 6d8522007d5e1be0b452baad275fa4e3d15ab4f1 /src/socket.h | |
| parent | 7e0ff295f158e13b57462b00a24b79cc064b3e45 (diff) | |
| download | mqtt-8fe0a3b672802ecbd75bdbcec4fed6a993f2af89.tar.gz mqtt-8fe0a3b672802ecbd75bdbcec4fed6a993f2af89.zip | |
Include config.h initially with MQTT_INLINE definition
Diffstat (limited to 'src/socket.h')
| -rw-r--r-- | src/socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 344fbc5..ba90843 100644 --- a/src/socket.h +++ b/src/socket.h @@ -1,6 +1,8 @@ #ifndef SOCKET_H #define SOCKET_H +#include "config.h" + #include <stdlib.h> int SocketConnect(const char *host, short port); |
