[MPlayer-cvslog] r22501 - trunk/command.c
uau
subversion at mplayerhq.hu
Fri Mar 9 15:04:07 CET 2007
Author: uau
Date: Fri Mar 9 15:04:07 2007
New Revision: 22501
Modified:
trunk/command.c
Log:
Include <string.h> explicitly.
(it was already present through other headers)
Modified: trunk/command.c
==============================================================================
--- trunk/command.c (original)
+++ trunk/command.c Fri Mar 9 15:04:07 2007
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <inttypes.h>
#include <unistd.h>
+#include <string.h>
#include "config.h"
#include "input/input.h"
More information about the MPlayer-cvslog
mailing list