Add header guard.
authorCarl Hetherington <cth@carlh.net>
Wed, 13 Apr 2022 21:59:19 +0000 (23:59 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 5 May 2022 19:46:30 +0000 (21:46 +0200)
src/file.h

index 1817dc9cc3461a048a2feb30c9c8aeffddd595b1..bedceada7140254719d1953a923355a7b3b8f80c 100644 (file)
 */
 
 
+#ifndef LIBDCP_FILE_H
+#define LIBDCP_FILE_H
+
+
 #include <boost/filesystem/path.hpp>
 
 
@@ -94,3 +98,5 @@ boost::filesystem::path fix_long_path(boost::filesystem::path long_path);
 
 }
 
+
+#endif