Skip to content
Snippets Groups Projects
Commit b7523abb authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Ensure config.h is included.

parent ebb48eba
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,10 @@
#ifndef XT_REQUEST_INTERNAL_H
#define XT_REQUEST_INTERNAL_H
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "xt/xt_request.h"
struct Xt_request_vtable {
......
......@@ -46,6 +46,10 @@
#ifndef XT_SORT_INTERNAL_H
#define XT_SORT_INTERNAL_H
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "core/ppm_visibility.h"
PPM_DSO_INTERNAL void xt_sort_init(void);
......
......@@ -45,6 +45,10 @@
#ifndef FTEST_COMMON_H
#define FTEST_COMMON_H
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <assert.h>
#include <stdbool.h>
#include <inttypes.h>
......
......@@ -44,6 +44,10 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "yaxt.h"
#include "tests.h"
#include "test_redist_common.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment