Skip to content

Commit

Permalink
Remove warning on Linux build
Browse files Browse the repository at this point in the history
Adding time.h to mplayer includes.
  • Loading branch information
ryanflannery committed Jan 16, 2012
1 parent 737015c commit 08f188d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions players/mplayer.h
Expand Up @@ -21,6 +21,7 @@
#include <sys/types.h>

#include <err.h>
#include <time.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
Expand Down

0 comments on commit 08f188d

Please sign in to comment.