diff options
| author | liuxueli <[email protected]> | 2020-04-30 10:47:23 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2020-04-30 10:47:23 +0800 |
| commit | c8af64f3e169718f50fddb3c00c727be2f8a83c3 (patch) | |
| tree | f689c9f15e0dca9fdb0ac8d64d130a3b96a65670 /test | |
| parent | 6926aca89a1187567bcec41df4e7be7715315114 (diff) | |
安装依赖头文件
Diffstat (limited to 'test')
| -rw-r--r-- | test/src/dns_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/dns_test.c b/test/src/dns_test.c index aaabfd3..80a416e 100644 --- a/test/src/dns_test.c +++ b/test/src/dns_test.c @@ -6,9 +6,10 @@ #include <assert.h> #include <MESA/stream.h> -#include <MESA/dns.h> #include <MESA/cJSON.h> +#include "dns.h" + #define LOG_PATH "./log/dns/" #define DEBUG 1 |
