Skip to content

Commit

Permalink
lib: sys/utsname.h is not needed in zebra.h
Browse files Browse the repository at this point in the history
Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp committed Jan 4, 2024
1 parent 5e2bafc commit 98c6e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
*/

#include <zebra.h>
#include <sys/utsname.h>
#include <lib/version.h>

#include "command.h"
Expand Down
2 changes: 1 addition & 1 deletion lib/zebra.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#endif /* HAVE_SYS_KSYM_H */
#include <sys/time.h>
#include <time.h>
#include <sys/utsname.h>
//#include <sys/utsname.h>
#include <limits.h>
#include <inttypes.h>
#include <stdbool.h>
Expand Down

0 comments on commit 98c6e06

Please sign in to comment.