Add missing include to vvp/vvp_net.h

Fixes FTBFS under gcc-4.3
This commit is contained in:
Larry Doolittle 2008-06-13 08:31:40 -07:00 committed by Stephen Williams
parent 4af4c8cca9
commit 8f70c5ca35
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
# include "config.h"
# include <stddef.h>
# include <string.h>
# include <new>
# include <assert.h>