diff --git a/src/main.c b/src/main.c index 07cc231..678fd45 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,7 @@ #define _XOPEN_SOURCE /* stdlib */ +#include #include #include /* linux */ @@ -105,6 +106,7 @@ int main(void) /* saves the username and DE if enabled */ if(LY_CFG_WRITE_SAVE) { + assert(LY_CFG_SAVE); FILE* file = fopen(LY_CFG_SAVE, "ab+"); file = fopen(LY_CFG_SAVE, "wb"); fprintf(file, "%s\n%d", username, de_id);