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.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/systemd-nspawn/test-patch-uid.c b/src/systemd-nspawn/test-patch-uid.c
index 11c5321788..e751e0ec95 100644
--- a/src/systemd-nspawn/test-patch-uid.c
+++ b/src/systemd-nspawn/test-patch-uid.c
@@ -19,10 +19,11 @@
#include <stdlib.h>
-#include "log.h"
+#include "basic/log.h"
+#include "basic/user-util.h"
+#include "basic/util.h"
+
#include "nspawn-patch-uid.h"
-#include "user-util.h"
-#include "util.h"
int main(int argc, char *argv[]) {
uid_t shift, range;