Skip to content

Commit

Permalink
Include unistd.h for sleep()
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Apr 9, 2015
1 parent 47a9dbb commit 20f8070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/game.c
Expand Up @@ -2,6 +2,7 @@

# include <stdio.h>
# include <stdlib.h>
# include <unistd.h>
# include "SDL2/SDL.h"
# include "SDL2/SDL_image.h"
# include "SDL2/SDL_mixer.h"
Expand Down
1 change: 1 addition & 0 deletions src/gameover.c
Expand Up @@ -2,6 +2,7 @@

# include <stdio.h>
# include <stdlib.h>
# include <unistd.h>
# include "SDL2/SDL.h"
# include "SDL2/SDL_image.h"
# include "SDL2/SDL_mixer.h"
Expand Down
1 change: 1 addition & 0 deletions src/jean.c
Expand Up @@ -2,6 +2,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "SDL2/SDL.h"
#include "SDL2/SDL_image.h"
#include "SDL2/SDL_mixer.h"
Expand Down

0 comments on commit 20f8070

Please sign in to comment.