state: use proper include format for system header

Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
This commit is contained in:
Nicolás A. Ortega Froysa 2023-05-18 09:36:04 +02:00
parent 7f217d02ac
commit 52b2c4cfc3

View File

@ -18,10 +18,10 @@
#ifndef _ZPROXY_STATE_H_
#define _ZPROXY_STATE_H_
#include "ev.h"
#include "list.h"
#include "session.h"
#include <sys/time.h>
#include <ev.h>
#include <atomic>
#define TIMEOUT_SESSIONS 1