summaryrefslogtreecommitdiff
path: root/test/ipc/unixsocket_ipc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/ipc/unixsocket_ipc.cpp')
-rw-r--r--test/ipc/unixsocket_ipc.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ipc/unixsocket_ipc.cpp b/test/ipc/unixsocket_ipc.cpp
index 3049eaa8..161d09b9 100644
--- a/test/ipc/unixsocket_ipc.cpp
+++ b/test/ipc/unixsocket_ipc.cpp
@@ -15,6 +15,8 @@
#include <sys/wait.h>
#include <unistd.h>
+#include <libcamera/base/utils.h>
+
#include "libcamera/internal/event_dispatcher.h"
#include "libcamera/internal/ipa_data_serializer.h"
#include "libcamera/internal/ipc_pipe.h"
@@ -22,7 +24,6 @@
#include "libcamera/internal/process.h"
#include "libcamera/internal/thread.h"
#include "libcamera/internal/timer.h"
-#include "libcamera/internal/utils.h"
#include "test.h"