Include debug.h last (ERR() macro problem on Solaris).
This commit is contained in:
parent
ab6f8616a5
commit
12323e4fca
|
@ -12,10 +12,10 @@
|
|||
#include "peexe.h"
|
||||
#include "neexe.h"
|
||||
#include "heap.h"
|
||||
#include "debug.h"
|
||||
#include "main.h"
|
||||
#include "snoop.h"
|
||||
#include "winerror.h"
|
||||
#include "debug.h"
|
||||
|
||||
DECLARE_DEBUG_CHANNEL(relay)
|
||||
DECLARE_DEBUG_CHANNEL(win32)
|
||||
|
|
Loading…
Reference in New Issue