Skip to content
Snippets Groups Projects
Commit d0982bb3 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

daemon/worker: argh

parent fc680cd1
No related branches found
No related tags found
No related merge requests found
......@@ -14,13 +14,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if defined(__GLIBC__) && defined(_GNU_SOURCE)
#include <malloc.h>
#endif
#include <uv.h>
#include <libknot/packet/pkt.h>
#include <libknot/internal/net.h>
#include <ucw/mempool.h>
#if defined(__GLIBC__) && defined(_GNU_SOURCE)
#include <malloc.h>
#endif
#include "daemon/worker.h"
#include "daemon/engine.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment