summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/pbd/pbd/copyfile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/pbd/pbd/copyfile.h b/libs/pbd/pbd/copyfile.h
index 74bdf4516c..7cee7697ef 100644
--- a/libs/pbd/pbd/copyfile.h
+++ b/libs/pbd/pbd/copyfile.h
@@ -17,9 +17,14 @@
*/
+#ifndef __pbd_copyfile_h__
+#define __pbd_copyfile_h__
+
#include <string>
namespace PBD {
int copy_file (const std::string& from, const std::string& to);
}
+
+#endif /* __pbd_copyfile_h__ */