diff options
Diffstat (limited to 'test/file.cpp')
-rw-r--r-- | test/file.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/file.cpp b/test/file.cpp index 65583998..6262a6f0 100644 --- a/test/file.cpp +++ b/test/file.cpp @@ -13,7 +13,8 @@ #include <sys/types.h> #include <unistd.h> -#include "file.h" +#include "libcamera/internal/file.h" + #include "test.h" using namespace std; |