diff --git a/libs/pbd/pbd/fallback_folders.h b/libs/pbd/pbd/fallback_folders.h index db8992db6d..e75cd8c33e 100644 --- a/libs/pbd/pbd/fallback_folders.h +++ b/libs/pbd/pbd/fallback_folders.h @@ -20,7 +20,7 @@ #define __platform_fallback_folders_h__ #include -#include +#include #ifdef PLATFORM_WINDOWS // Would not be relevant for Cygwin!! LIBPBD_API gchar* PBD_APICALLTYPE get_win_special_folder (int csidl); @@ -28,7 +28,7 @@ namespace PBD { - typedef enum fallback_folder_t { + enum fallback_folder_t { FOLDER_LOCALE, FOLDER_GTK, FOLDER_CONFIG,