From 13f394b1612e9c502f07930ad5965a1a4b157820 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Fri, 17 Aug 2001 02:18:06 +0000 Subject: [PATCH] Damn -Werrors to hell. --- libs/video/targets/old_keys.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libs/video/targets/old_keys.c b/libs/video/targets/old_keys.c index d695db079..c3c8f76ea 100644 --- a/libs/video/targets/old_keys.c +++ b/libs/video/targets/old_keys.c @@ -32,6 +32,12 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif +#ifdef HAVE_STRING_H +# include +#endif +#ifdef HAVE_STRINGS_H +# include +#endif #include #include