diff options
Diffstat (limited to 'lib/plugins/Bugzilla.cpp')
| -rw-r--r-- | lib/plugins/Bugzilla.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugins/Bugzilla.cpp b/lib/plugins/Bugzilla.cpp index 55a957be..bcdb7730 100644 --- a/lib/plugins/Bugzilla.cpp +++ b/lib/plugins/Bugzilla.cpp @@ -17,6 +17,9 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif #include "abrtlib.h" #include "abrt_xmlrpc.h" #include "Bugzilla.h" @@ -25,9 +28,6 @@ #include "abrt_exception.h" #include "comm_layer_inner.h" #include "strbuf.h" -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif #define XML_RPC_SUFFIX "/xmlrpc.cgi" #define MAX_HOPS 5 |
