fix for virtual servers for rhel7

This commit is contained in:
maliakal_d 2020-05-15 12:44:44 +02:00
parent 2c83abcac7
commit 50d2d21018
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#pragma once
#include "clogger.h"
#include "sls_detector_defs.h"
#include "sls_detector_funcs.h"
enum numberMode { DEC, HEX };
#define GOODBYE (-200)

View File

@ -2,6 +2,7 @@
#include "clogger.h"
#include "communication_funcs.h"
#include "slsDetectorFunctionList.h"
#include "sls_detector_funcs.h"
#include <arpa/inet.h>
#include <string.h>