Bug #646109 - Fix use of include <config.h> to make sure translations work

This commit is contained in:
Milan Crha
2011-05-27 15:23:07 +02:00
parent 1993a293b1
commit 756c8abcb8
444 changed files with 1358 additions and 85 deletions

View File

@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* Include <Python.h> first to avoid:
* warning: "_POSIX_C_SOURCE" redefined */
#include <Python.h>

View File

@ -19,7 +19,9 @@
*
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "e-plugin-python.h"