diff options
Diffstat (limited to 'tests/message.c')
| -rw-r--r-- | tests/message.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/message.c b/tests/message.c index e9f990ae..4c0af912 100644 --- a/tests/message.c +++ b/tests/message.c @@ -8,10 +8,12 @@ // found online at https://opensource.org/licenses/MIT. // +#include <string.h> + +#include <nng/nng.h> + #include "convey.h" -#include "nng.h" -#include <string.h> static uint8_t dat123[] = { 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3 }; TestMain("Message Tests", { |
