From cd80c9b0700ef9533a19ab19d66c38a1722c4e08 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 7 Dec 2017 14:21:38 +0100 Subject: [PATCH] BSD: Fix in the last commit --- sysdep/bsd/krt-sock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdep/bsd/krt-sock.c b/sysdep/bsd/krt-sock.c index efbfdd5e..08cfea39 100644 --- a/sysdep/bsd/krt-sock.c +++ b/sysdep/bsd/krt-sock.c @@ -28,7 +28,6 @@ #include "nest/route.h" #include "nest/protocol.h" #include "nest/iface.h" -#include "sysdep/unix/timer.h" #include "sysdep/unix/unix.h" #include "sysdep/unix/krt.h" #include "lib/string.h"