diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2017-02-19 13:26:47 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2017-02-19 13:26:47 +0200 |
| commit | d8d647e4360b9570259ba9834f64b7d78ad36968 (patch) | |
| tree | c0d074366a6e676f9a70a5d093c208d9661ba738 /test | |
| parent | 6748a038cf62cfb6e817f758ce8255e0e2debe60 (diff) | |
| download | mqtt-d8d647e4360b9570259ba9834f64b7d78ad36968.tar.gz mqtt-d8d647e4360b9570259ba9834f64b7d78ad36968.zip | |
Add private APIs to support interop testing
Diffstat (limited to 'test')
| -rw-r--r-- | test/interop/testclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/interop/testclient.h b/test/interop/testclient.h index 6f9bdb9..70805c6 100644 --- a/test/interop/testclient.h +++ b/test/interop/testclient.h @@ -2,6 +2,7 @@ #define TESTCLIENT_H #include "mqtt.h" +#include "private.h" #include "queue.h" typedef struct Message Message; |
