1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-22 04:37:13 +01: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

View File

@ -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
//-----------------------------------------------------------------------------