summaryrefslogtreecommitdiff
path: root/zebra/zebra_errors.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-06-19 20:58:44 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 20:02:05 +0000
commit247dcce2b5676abbd0109bdc2d74c36dff73609c (patch)
tree0e8fecea425d5ada4dab2a199b23108c193f1a27 /zebra/zebra_errors.c
parent313d7993a35571dabf8c2b2ecdf538b0686aae74 (diff)
*: fix source file headers & includes for errcodes
* Use the correct license header * Stop headers from including themselves * Use uniform relative include conventions * Ensure that sources include what they use * Turn off clang-format around struct array blocks Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_errors.c')
-rw-r--r--zebra/zebra_errors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_errors.c b/zebra/zebra_errors.c
index 3f981bc5ef..f657bdcdc7 100644
--- a/zebra/zebra_errors.c
+++ b/zebra/zebra_errors.c
@@ -19,8 +19,9 @@
*/
#include <zebra.h>
+
+#include "lib/ferr.h"
#include "zebra_errors.h"
-#include "ferr.h"
/* clang-format off */
static struct ferr_ref ferr_zebra_err[] = {