diff options
Diffstat (limited to 'lib/zassert.h')
-rw-r--r-- | lib/zassert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zassert.h b/lib/zassert.h index a12464fe..84e2c819 100644 --- a/lib/zassert.h +++ b/lib/zassert.h @@ -5,8 +5,8 @@ #ifndef _QUAGGA_ASSERT_H #define _QUAGGA_ASSERT_H -#include "confirm.h" #include "misc.h" +#include "confirm.h" extern void _zlog_assert_failed (const char *assertion, const char *file, unsigned int line, const char *function) |