diff TOOLS/subrip.c @ 23657:d7ae37864b03

Fix implicit declaration of function warnings.
author diego
date Wed, 27 Jun 2007 13:00:14 +0000
parents 0334e714d3fa
children 214c4a4a26ee
line wrap: on
line diff
--- a/TOOLS/subrip.c	Wed Jun 27 10:28:38 2007 +0000
+++ b/TOOLS/subrip.c	Wed Jun 27 13:00:14 2007 +0000
@@ -14,6 +14,7 @@
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/wait.h>