1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2026-04-21 03:27:22 +02:00

Include dependency before using it.

This commit is contained in:
Sandu Liviu Catalin
2020-04-27 11:17:37 +03:00
parent e2e671a13a
commit 7bcaba518e
+3 -3
View File
@@ -42,6 +42,9 @@
*----------------------------------------------------------------------------*/ *----------------------------------------------------------------------------*/
#pragma once #pragma once
#include "HostConf.h"
#include "StatTimer.h"
#ifdef _LINUX #ifdef _LINUX
#define _DEFAULT_SOURCE #define _DEFAULT_SOURCE
#endif #endif
@@ -86,9 +89,6 @@
#define IPTOS_LOWDELAY 0x10 #define IPTOS_LOWDELAY 0x10
#endif #endif
#include "HostConf.h"
#include "StatTimer.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// General class macro definitions and typedefs // General class macro definitions and typedefs
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------