Fix includes

This commit is contained in:
2021-01-17 17:56:16 +01:00
parent 77b80ca67b
commit 4b3c067a75
13 changed files with 66 additions and 24 deletions

@ -8,10 +8,14 @@
#ifndef NECRONDA_SERVER_CACHE_H
#define NECRONDA_SERVER_CACHE_H
#include "uri.h"
#include <stdio.h>
#include <zlib.h>
#include <magic.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include "uri.h"
magic_t magic;