summaryrefslogtreecommitdiffstats
path: root/lib/zebra.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-01-04 21:56:25 +0100
committerDonald Sharp <sharpd@nvidia.com>2024-01-09 18:39:23 +0100
commit7497d33f2f5475c0d2e516dde221c1222271ec07 (patch)
treeab079036e14f692b6dc207b2f411ad74ecc484e8 /lib/zebra.h
parentMerge pull request #15120 from opensourcerouting/fix/memory_leak_for_default_... (diff)
downloadfrr-7497d33f2f5475c0d2e516dde221c1222271ec07.tar.xz
frr-7497d33f2f5475c0d2e516dde221c1222271ec07.zip
lib: select.h is not being used by anyone
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to '')
-rw-r--r--lib/zebra.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index 06be33f5d..07cfc4492 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -25,7 +25,6 @@
#ifdef HAVE_STROPTS_H
#include <stropts.h>
#endif /* HAVE_STROPTS_H */
-#include <sys/select.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/param.h>