diff options
-rw-r--r-- | tests/test-sig.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-sig.c b/tests/test-sig.c index 4cb74da9..63aab6f0 100644 --- a/tests/test-sig.c +++ b/tests/test-sig.c @@ -1,7 +1,6 @@ - #include <zebra.h> #include <sigevent.h> -#include "lib/log.h"> +#include "lib/log.h" void sighup (void) |