changeset 6238:594d2ffe9f1d

warning fix (strings.h > string.h)
author pl
date Thu, 30 May 2002 11:56:59 +0000
parents 2eec40929570
children 22cf38f95151
files libmpcodecs/native/nuppelvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/native/nuppelvideo.c	Thu May 30 11:53:51 2002 +0000
+++ b/libmpcodecs/native/nuppelvideo.c	Thu May 30 11:56:59 2002 +0000
@@ -9,7 +9,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <strings.h>
+#include <string.h>
 
 #include "config.h"
 #include "mp_msg.h"