diff options
Diffstat (limited to 'src/client/Inode.cc')
-rw-r--r-- | src/client/Inode.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/Inode.cc b/src/client/Inode.cc index 0dfd1ebdce8..76c5def4acc 100644 --- a/src/client/Inode.cc +++ b/src/client/Inode.cc @@ -2,11 +2,12 @@ // vim: ts=8 sw=2 smarttab #include "MetaSession.h" -#include "Inode.h" #include "Dentry.h" #include "Dir.h" #include "SnapRealm.h" +#include "Inode.h" + ostream& operator<<(ostream &out, Inode &in) { out << in.vino() << "(" |