diff options
Diffstat (limited to 'pimd/pim_str.c')
-rw-r--r-- | pimd/pim_str.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_str.c b/pimd/pim_str.c index af5a184d..3a8353cd 100644 --- a/pimd/pim_str.c +++ b/pimd/pim_str.c @@ -20,12 +20,12 @@ $QuaggaId: $Format:%an, %ai, %h$ $ */ +#include <zebra.h> + #include <stdio.h> #include <errno.h> #include <string.h> -#include <zebra.h> - #include "log.h" #include "pim_str.h" |