summaryrefslogtreecommitdiff
path: root/babeld/kernel.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-01-04 16:22:05 -0500
committerDonald Sharp <sharpd@nvidia.com>2024-01-09 12:50:40 -0500
commitc6d94a705604c06f2241e2525bc2fbc2ee83bc80 (patch)
tree1115644d88fbc557f3661e591d2a7cbf5d2e5193 /babeld/kernel.c
parent33744ae4fca311840cd2971fac433f2b6b2aadd5 (diff)
*: zebra.h should not have fcntl.h
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'babeld/kernel.c')
-rw-r--r--babeld/kernel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/babeld/kernel.c b/babeld/kernel.c
index 4fe5bcfea6..aed6dc9c4f 100644
--- a/babeld/kernel.c
+++ b/babeld/kernel.c
@@ -11,6 +11,7 @@ Copyright 2011, 2012 by Matthieu Boutier and Juliusz Chroboczek
#include <sys/time.h>
#include <sys/param.h>
#include <time.h>
+#include <fcntl.h>
#include "babeld.h"