We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a9dbb commit 20f8070Copy full SHA for 20f8070
src/game.c
@@ -2,6 +2,7 @@
2
3
# include <stdio.h>
4
# include <stdlib.h>
5
+# include <unistd.h>
6
# include "SDL2/SDL.h"
7
# include "SDL2/SDL_image.h"
8
# include "SDL2/SDL_mixer.h"
src/gameover.c
src/jean.c
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#include "SDL2/SDL.h"
#include "SDL2/SDL_image.h"
#include "SDL2/SDL_mixer.h"
0 commit comments