diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/utils_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils_base.c b/lib/utils_base.c index a36eb68..d1453c6 100644 --- a/lib/utils_base.c +++ b/lib/utils_base.c | |||
@@ -27,8 +27,8 @@ | |||
27 | * | 27 | * |
28 | *****************************************************************************/ | 28 | *****************************************************************************/ |
29 | 29 | ||
30 | #include <stdarg.h> | ||
31 | #include "common.h" | 30 | #include "common.h" |
31 | #include <stdarg.h> | ||
32 | #include "utils_base.h" | 32 | #include "utils_base.h" |
33 | 33 | ||
34 | void | 34 | void |