From abae1cc58b7c4ccf683651a6fcd51cfaecd03566 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 7 Dec 2017 13:28:24 +0100 Subject: [PATCH] KRT: Minor fix of last commit --- sysdep/unix/krt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 089c97ad..39e16a2a 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -15,6 +15,7 @@ struct krt_proto; struct kif_config; struct kif_proto; +#include "nest/iface.h" #include "sysdep/config.h" #include CONFIG_INCLUDE_KRTSYS_H