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

View File

@ -8,13 +8,14 @@
#ifndef NECRONDA_SERVER_URI_H
#define NECRONDA_SERVER_URI_H
#include <sys/stat.h>
#define URI_DIR_MODE_NO_VALIDATION 0
#define URI_DIR_MODE_FORBIDDEN 1
#define URI_DIR_MODE_LIST 2
#define URI_DIR_MODE_INFO 3
#include <sys/stat.h>
typedef struct {
char etag[64];
char type[24];