summaryrefslogtreecommitdiff
path: root/finch/gntmedia.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-05-21 21:21:54 -0500
committerGary Kramlich <grim@reaperworld.com>2020-05-21 21:21:54 -0500
commitef58b88f3762a1d2c8e9593714bee563145104de (patch)
treed0903dc02b4688f41cae9ecfa3c85925e55386a4 /finch/gntmedia.c
parentbeae4694d8e74e1b67dfc60d2808d991648074fe (diff)
downloadpidgin-ef58b88f3762a1d2c8e9593714bee563145104de.tar.gz
Make sure we're not including the gettext macros in header files and deal with the repercussions of that.
Diffstat (limited to 'finch/gntmedia.c')
-rw-r--r--finch/gntmedia.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/finch/gntmedia.c b/finch/gntmedia.c
index e231e46f5f..0ae2bb4c03 100644
--- a/finch/gntmedia.c
+++ b/finch/gntmedia.c
@@ -20,9 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include <glib/gi18n-lib.h>