diff options
-rw-r--r-- | backends/fs/chroot/chroot-fs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/fs/chroot/chroot-fs.h b/backends/fs/chroot/chroot-fs.h index c330123bb5..9ff913be31 100644 --- a/backends/fs/chroot/chroot-fs.h +++ b/backends/fs/chroot/chroot-fs.h @@ -20,8 +20,8 @@ * */ -#ifndef CHROOT_FS_H -#define CHROOT_FS_H +#ifndef BACKENDS_FS_CHROOT_CHROOT_FS_H +#define BACKENDS_FS_CHROOT_CHROOT_FS_H #include "backends/fs/posix/posix-fs.h" @@ -54,4 +54,4 @@ private: static Common::String addPathComponent(const Common::String &path, const Common::String &component); }; -#endif /* CHROOT_FS_H */ +#endif /* BACKENDS_FS_CHROOT_CHROOT_FS_H */ |