]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - lib/bpf.c
Include bsd/string.h only in include/utils.h
[mirror_iproute2.git] / lib / bpf.c
index 35d7c45a2924d9644f123fbc4eeebd7fe31bf763..45f279fa4a416a52d3131b3ffe407ae2a9562d47 100644 (file)
--- a/lib/bpf.c
+++ b/lib/bpf.c
@@ -15,9 +15,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
-#ifdef HAVE_LIBBSD
-#include <bsd/string.h>
-#endif
 #include <stdbool.h>
 #include <stdint.h>
 #include <errno.h>