diff --git a/bin/tempscale b/bin/tempscale index e60c975..c0c568b 100755 Binary files a/bin/tempscale and b/bin/tempscale differ diff --git a/src/scales/celsius_option.h b/src/scales/celsius_option.h index 97d94c1..a7aebaa 100644 --- a/src/scales/celsius_option.h +++ b/src/scales/celsius_option.h @@ -1,6 +1,6 @@ #ifndef CELSIUS_OPTION_H #define CELSIUS_OPTION_H -#include "./celsius_option.c" +#include "celsius_option.c" extern void celsius_option(void);