summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-09 14:04:07 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-09 14:04:07 +0000
commitd9da2447de3390e01a97bc76a2367c2475fecdd1 (patch)
treeee30e0ec40f67ffb73b2a255720ee0495161e3f2 /command.c
parent958c2e7f834eb1b4e1a0afe0672d9acd80897204 (diff)
downloadmpv-d9da2447de3390e01a97bc76a2367c2475fecdd1.tar.bz2
mpv-d9da2447de3390e01a97bc76a2367c2475fecdd1.tar.xz
Include <string.h> explicitly.
(it was already present through other headers) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22501 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'command.c')
-rw-r--r--command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.c b/command.c
index 7b1e910811..68d54041eb 100644
--- a/command.c
+++ b/command.c
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <inttypes.h>
#include <unistd.h>
+#include <string.h>
#include "config.h"
#include "input/input.h"