diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-04-14 10:18:09 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-04-14 10:18:09 -0700 |
| commit | 9d2ee20ae222ba89ef2345347474659308a8fb92 (patch) | |
| tree | bccf2d25cb06ca2d9b8fc07695c537332947d67f /src/core | |
| parent | 1342d1b780501525534bcd167ea7fc1e4479d76d (diff) | |
| download | nng-9d2ee20ae222ba89ef2345347474659308a8fb92.tar.gz nng-9d2ee20ae222ba89ef2345347474659308a8fb92.tar.bz2 nng-9d2ee20ae222ba89ef2345347474659308a8fb92.zip | |
minor include fix
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/log_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/log_test.c b/src/core/log_test.c index 6aa1dd53..0bee1d47 100644 --- a/src/core/log_test.c +++ b/src/core/log_test.c @@ -10,8 +10,8 @@ #include <stdio.h> #include <string.h> +#include "nuts.h" #include <nng/nng.h> -#include <nuts.h> #ifdef NNG_PLATFORM_POSIX #include <stdlib.h> |
