X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fplugin_xmms%2Fplugin.h;h=858a8741fe4273ef99dd7ee460dbe3dbaf84dbb8;hb=81c917829a3fd0f21b35fdffb500f77d468ab4f8;hp=e17cb1c52a1de61133c3d87b0db6d19d96b42446;hpb=100c82e18b59be9e30247f61f0748cd59e35be34;p=platform%2Fupstream%2Fflac.git diff --git a/src/plugin_xmms/plugin.h b/src/plugin_xmms/plugin.h index e17cb1c..858a874 100644 --- a/src/plugin_xmms/plugin.h +++ b/src/plugin_xmms/plugin.h @@ -19,6 +19,14 @@ #ifndef FLAC__PLUGIN_XMMS__PLUGIN_H #define FLAC__PLUGIN_XMMS__PLUGIN_H +#if HAVE_CONFIG_H +# include +#endif + +#if defined(__GNUC_STDC_INLINE__) +# define G_INLINE_FUNC extern inline __attribute__((gnu_inline)) +#endif + void set_track_info(const char* title, int length_in_msec); #endif