@@ -17,6 +17,8 @@
#ifndef __STARPU_DATA_FILTERS_H__
#define __STARPU_DATA_FILTERS_H__
+#include <starpu_config.h>
+
struct starpu_data_state_t;
typedef struct starpu_filter_t {
@@ -17,6 +17,7 @@
#ifndef __STARPU_DATA_H__
#define __STARPU_DATA_H__
#include <starpu-data-interfaces.h>
#include <starpu-data-filters.h>
#ifndef __STARPU_MUTEX_H__
#define __STARPU_MUTEX_H__
#include <stdint.h>
typedef struct starpu_mutex_t {
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#define STARPU_MIN(a,b) ((a)<(b)?(a):(b))
#define STARPU_MAX(a,b) ((a)<(b)?(b):(a))