diff options
Diffstat (limited to 'src/zprep.h')
| -rw-r--r-- | src/zprep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zprep.h b/src/zprep.h index 8a85c9f..299ec13 100644 --- a/src/zprep.h +++ b/src/zprep.h @@ -2,11 +2,11 @@ #ifndef ZPREP_H #define ZPREP_H +#include <ctype.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <ctype.h> -#include <stdarg.h> // ** ANSI COLORS ** #define COLOR_RESET "\033[0m" |
