mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-22 12:47:13 +01:00
Include dependency before using it.
This commit is contained in:
parent
e2e671a13a
commit
7bcaba518e
@ -42,6 +42,9 @@
|
||||
*----------------------------------------------------------------------------*/
|
||||
#pragma once
|
||||
|
||||
#include "HostConf.h"
|
||||
#include "StatTimer.h"
|
||||
|
||||
#ifdef _LINUX
|
||||
#define _DEFAULT_SOURCE
|
||||
#endif
|
||||
@ -86,9 +89,6 @@
|
||||
#define IPTOS_LOWDELAY 0x10
|
||||
#endif
|
||||
|
||||
#include "HostConf.h"
|
||||
#include "StatTimer.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// General class macro definitions and typedefs
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user