diff options
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.h b/nest/iface.h index 7b85ece..aa8a135 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -9,7 +9,7 @@ #ifndef _BIRD_IFACE_H_ #define _BIRD_IFACE_H_ -#include <lib/lists.h> +#include "lib/lists.h" struct iface { node n; |