Bug #646109 - Fix use of include <config.h> to make sure translations work
This commit is contained in:
@ -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>
|
||||
|
||||
@ -19,7 +19,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "e-plugin-python.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user