build: fix windows build

Be very careful with forward declarations, MSVC is quite picky and
rather stupid about it.

Fixes #5810.
This commit is contained in:
Ben Noordhuis
2013-07-11 15:37:00 +02:00
parent 6acde2152f
commit c679ac8f00
5 changed files with 46 additions and 59 deletions

View File

@@ -21,7 +21,6 @@
#include "node.h"
#include "node_internals.h"
#include "node_buffer.h"
#include "smalloc.h"
#include "string_bytes.h"