Fix windows build

Utilities have been moved to util/, but includes had not been updated
in Windows-specific files.

Ref: dfd0707a29
This commit is contained in:
Romain Vimont 2019-11-27 13:25:56 +01:00
parent 7637a113e3
commit 06104a701b
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
#include "command.h"
#include "config.h"
#include "log.h"
#include "str_util.h"
#include "util/log.h"
#include "util/str_util.h"
static int
build_cmd(char *cmd, size_t len, const char *const argv[]) {

View file

@ -1,7 +1,7 @@
#include "net.h"
#include "util/net.h"
#include "config.h"
#include "log.h"
#include "util/log.h"
bool
net_init(void) {