summaryrefslogtreecommitdiff
path: root/src/systemd-nspawn/test-patch-uid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-nspawn/test-patch-uid.c')
-rw-r--r--src/systemd-nspawn/test-patch-uid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/systemd-nspawn/test-patch-uid.c b/src/systemd-nspawn/test-patch-uid.c
index 11c5321788..8b990da220 100644
--- a/src/systemd-nspawn/test-patch-uid.c
+++ b/src/systemd-nspawn/test-patch-uid.c
@@ -19,10 +19,10 @@
#include <stdlib.h>
-#include "log.h"
+#include "basic/log.h"
#include "nspawn-patch-uid.h"
-#include "user-util.h"
-#include "util.h"
+#include "basic/user-util.h"
+#include "basic/util.h"
int main(int argc, char *argv[]) {
uid_t shift, range;