[Trivial] Add BITCOIN_FS_H endif footer in fs.h

This commit is contained in:
Ahmad Kazi 2017-05-19 02:01:28 -07:00 committed by Jack Grigg
parent 0d3bba071d
commit e2273f1011
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ namespace fsbridge {
FILE *freopen(const fs::path& p, const char *mode, FILE *stream);
};
#endif
#endif // BITCOIN_FS_H