diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,9 +12,10 @@ no_warn_end #include <wctype.h> #include "command.h" +#include "util.c" +#include "colors.c" #include "time.c" #include "unicode.h" -#include "util.c" #define MATH_GL #include "math.c" #include "text.h" |