Skip to content

Commit

Permalink
lib/xfrm: add missing #include <time.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
OlekMazur authored and thom311 committed Jan 8, 2024
1 parent bdf8315 commit 8693347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/xfrm/ae.c
Expand Up @@ -122,6 +122,7 @@

#include "nl-default.h"

#include <time.h>
#include <linux/xfrm.h>

#include <netlink/netlink.h>
Expand Down
1 change: 1 addition & 0 deletions lib/xfrm/sp.c
Expand Up @@ -41,6 +41,7 @@

#include "nl-default.h"

#include <time.h>
#include <netlink/netlink.h>
#include <netlink/cache.h>
#include <netlink/object.h>
Expand Down

0 comments on commit 8693347

Please sign in to comment.