commit | 535ea9f56c36dddf56b3ef8e3e0ce1b8fa80841e | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri May 29 16:01:05 2020 +0200 |
committer | GitHub <noreply@github.com> | Fri May 29 16:01:05 2020 +0200 |
tree | 788741d4c492778bec3df0e320a647103d7462be | |
parent | 146763543afcead927c2882cfafbf77ab91ba6e0 [diff] [blame] |
libyang CHANGE headers includes cleanup using include-what-you-use tool (#1098)
diff --git a/tools/lint/linenoise/linenoise.h b/tools/lint/linenoise/linenoise.h index c708990..2bebcf3 100644 --- a/tools/lint/linenoise/linenoise.h +++ b/tools/lint/linenoise/linenoise.h
@@ -39,6 +39,8 @@ #ifndef __LINENOISE_H #define __LINENOISE_H +#include <stddef.h> + #ifdef __cplusplus extern "C" { #endif