diff options
Diffstat (limited to 'nhrpd/linux.c')
| -rw-r--r-- | nhrpd/linux.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nhrpd/linux.c b/nhrpd/linux.c index 4986bfb99c..75e9f37a68 100644 --- a/nhrpd/linux.c +++ b/nhrpd/linux.c @@ -7,8 +7,9 @@ * (at your option) any later version. */ -#include <errno.h> #include "zebra.h" + +#include <errno.h> #include <linux/if_packet.h> #include "nhrp_protocol.h" |
