Fix includes after helper functions moved to 'proxysql_utils.cpp' #3847

pull/3848/head
Javier Jaramago Fernández 4 years ago
parent 8e280458e6
commit 317a370f0b

@ -3,10 +3,7 @@
#include "httpserver.hpp"
#include <functional>
#include <fcntl.h>
#include <sstream>
#include <sys/time.h>
#include "ProxySQL_RESTAPI_Server.hpp"
#include "proxysql_utils.h"

@ -8,6 +8,7 @@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
/**
* @brief Kills the given process sending an initial 'SIGTERM' to it. If the process doesn't

Loading…
Cancel
Save