Description: remove implicit declaration warning
 remove the warning: incompatible implicit declaration of built-in function strcpy
 in im_vwing.c
 .
 The person named in the Author field signed this changelog entry.
Author: Christian T. Steigies <cts@debian.org>
Last-Update: 2011-09-04

--- a/tools/im_vwing.c
+++ b/tools/im_vwing.c
@@ -25,6 +25,7 @@
 #include <limits.h>
 #include <stdio.h>
 #include <ctype.h>
+#include <string.h>
 
 #include "im_vwing.h"
 
