Skip to content

Commit 6d36430

Browse files
committed
chore: keep errno.h
1 parent e71c566 commit 6d36430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libxdp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifdef MIMIC_USE_LIBXDP
66

77
#include <dlfcn.h>
8-
#include <errno.h>
8+
#include <errno.h> // IWYU pragma: keep
99
#include <xdp/libxdp.h>
1010

1111
#include "common/log.h"

src/show.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <argp.h>
22
#include <bpf/bpf.h>
33
#include <bpf/libbpf.h>
4-
#include <errno.h>
4+
#include <errno.h> // IWYU pragma: keep
55
#include <linux/bpf.h>
66
#include <linux/if_link.h>
77
#include <net/if.h>

0 commit comments

Comments
 (0)