Skip to content

Commit

Permalink
information: add missing sysinfo import
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Mar 20, 2024
1 parent 2677235 commit 0008bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/information.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <arpa/inet.h>
#include <linux/unistd.h>
#include <linux/kernel.h>
#include <sys/sysinfo.h>

#include "batadv.h"
#include "util.h"
Expand Down

0 comments on commit 0008bd3

Please sign in to comment.