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:
parent
7637a113e3
commit
06104a701b
2 changed files with 4 additions and 4 deletions
|
@ -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[]) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue