aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/fs/fusefs/mount.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/fs/fusefs/mount.cc')
-rw-r--r--tests/sys/fs/fusefs/mount.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/fs/fusefs/mount.cc b/tests/sys/fs/fusefs/mount.cc
index 7a8d2c1396f0..ece518b09f66 100644
--- a/tests/sys/fs/fusefs/mount.cc
+++ b/tests/sys/fs/fusefs/mount.cc
@@ -33,7 +33,7 @@ extern "C" {
#include <sys/mount.h>
#include <sys/uio.h>
-#include "mntopts.h" // for build_iovec
+#include <mntopts.h> // for build_iovec
}
#include "mockfs.hh"