diff --git a/griffin/griffin.c b/griffin/griffin.c index 26f342f79c..d308cfbf3f 100644 --- a/griffin/griffin.c +++ b/griffin/griffin.c @@ -632,6 +632,14 @@ MAIN #include "../frontend/frontend.c" #endif +/*============================================================ +GIT +============================================================ */ + +#ifdef HAVE_GIT_VERSION +#include "../git_version.c" +#endif + /*============================================================ RETROARCH ============================================================ */ @@ -818,6 +826,7 @@ XML #include "../database_info.c" #endif + #ifdef __cplusplus } #endif