Fix windows build

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

Ref: dfd0707a29
master
Romain Vimont 6 years ago
parent 7637a113e3
commit 06104a701b

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

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

Loading…
Cancel
Save