diff options
Diffstat (limited to '')
-rw-r--r-- | helpers.c (renamed from curshelpers.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curshelpers.c b/helpers.c index 7b2f1d1..c93b774 100644 --- a/curshelpers.c +++ b/helpers.c @@ -1,7 +1,7 @@ #include <locale.h> #include <stdarg.h> -#include "curshelpers.h" +#include "helpers.h" void cursinit(void) { setlocale(LC_ALL, ""); |