changeset 2985:44e4572d5673

missing #include's
author pl
date Sun, 18 Nov 2001 21:59:20 +0000
parents 5bafe535b62f
children 8b68fbffe509
files Gui/mplayer/gtk/sb.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/gtk/sb.c	Sun Nov 18 21:48:00 2001 +0000
+++ b/Gui/mplayer/gtk/sb.c	Sun Nov 18 21:59:20 2001 +0000
@@ -2,6 +2,8 @@
 #include <sys/stat.h>
 #include <glob.h>
 #include <unistd.h>
+#include <string.h>
+#include <stdlib.h>
 
 #include "sb.h"
 #include "../../events.h"