diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-07 14:21:38 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-07 14:21:38 +0100 |
commit | cd80c9b0700ef9533a19ab19d66c38a1722c4e08 (patch) | |
tree | 60e85cdd5e8ca58b0d0db3c6a50294d5424d5178 | |
parent | a6f79ca57f0b4b296f67c2d063fd85a627b611b8 (diff) |
BSD: Fix in the last commit
-rw-r--r-- | sysdep/bsd/krt-sock.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |