merge 34730 from amd64 branch

wmc: include string.h to silence implicit declaration warnings (Samuel Serapión)

svn path=/trunk/; revision=39368
This commit is contained in:
Timo Kreuzer 2009-02-04 01:26:13 +00:00
parent 5119df66d4
commit c13d343799

View file

@ -118,7 +118,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "utils.h"
#include "wmc.h"
#include "lang.h"