Fix include statements so they match all other files in gtk2_ardour
[ardour.git] / libs / ardour / filename_extensions.cc
index 332e7a69952f3f8688cd0d8bbea38e3011ea8d6a..c51e7aa9153e5615424543083eb66bb6fd6e25f9 100644 (file)
@@ -8,5 +8,8 @@ const char* const template_suffix = X_(".template");
 const char* const statefile_suffix = X_(".ardour");
 const char* const pending_suffix = X_(".pending");
 const char* const peakfile_suffix = X_(".peak");
+const char* const backup_suffix = X_(".bak");
+const char* const temp_suffix = X_(".tmp");
+const char* const history_suffix = X_(".history");
 
 }