debug.h must be last, or we get ERR() macro problems again.

This commit is contained in:
Marcus Meissner 1999-03-16 10:52:17 +00:00 committed by Alexandre Julliard
parent e412c63d7a
commit 7bea869337

View file

@ -67,13 +67,14 @@
#endif
#include "heap.h"
#include "options.h"
#include "debug.h"
#include "server/request.h"
#include "server.h"
#include "process.h"
#include "winerror.h"
#include "debug.h"
#ifndef TIOCINQ
#define TIOCINQ FIONREAD
#endif