diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-05 09:40:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 09:40:56 -0500 |
| commit | 43331c0d7874be943eaa4cf2bf075ffd5ac2463a (patch) | |
| tree | d36531421062329e769c7791567431eff67d9b78 /lib/command.c | |
| parent | 8d7d560e70e00366313d790212db9c6a6ee948e0 (diff) | |
| parent | 496d87c14f59345ecf851084e9c6a1ebe2a5ae60 (diff) | |
Merge pull request #15092 from donaldsharp/lib_zebra_h_cleanup
Lib zebra h cleanup
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 86da488fdf..b33998839b 100644 --- a/lib/command.c +++ b/lib/command.c @@ -10,6 +10,7 @@ */ #include <zebra.h> +#include <sys/utsname.h> #include <lib/version.h> #include "command.h" |
