diff --git a/Makefile b/Makefile index 2956faf..4e536cd 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ window.o: window.c window.h defines.h buffer.h crypt.h line.h retcode.h \ word.o: word.c word.h basic.h buffer.h crypt.h line.h retcode.h utf8.h \ estruct.h mlout.h random.h region.h window.h defines.h wrapper.o: wrapper.c wrapper.h -wscreen.o: wscreen.c +wscreen.o: wscreen.c wscreen.h # DEPENDENCIES MUST END AT END OF FILE # IF YOU PUT STUFF HERE IT WILL GO AWAY diff --git a/wscreen.c b/wscreen.c index e8b43ea..0e3a138 100644 --- a/wscreen.c +++ b/wscreen.c @@ -1,8 +1,8 @@ /* wscreen.c -- windows screen console for MINGW32 */ -#ifdef MINGW32 - #include "wscreen.h" +#ifdef MINGW32 + #include #include #include