Add missing include to vvp_island.cc

Add # include <string.h>, needed for compilation with gcc-4.3
This commit is contained in:
Larry Doolittle 2008-06-06 11:31:05 -07:00 committed by Stephen Williams
parent 7c152685dc
commit f256dfe16e
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
# include <list>
# include <assert.h>
# include <stdlib.h>
# include <string.h>
#ifdef HAVE_MALLOC_H
# include <malloc.h>
#endif