summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/ufo-common.c1
-rw-r--r--src/common/ufo-common.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ufo-common.c b/src/common/ufo-common.c
index f157cf4..39086ee 100644
--- a/src/common/ufo-common.c
+++ b/src/common/ufo-common.c
@@ -16,7 +16,6 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-
#include <math.h>
#include <glib.h>
#include "ufo-math.h"
diff --git a/src/common/ufo-common.h b/src/common/ufo-common.h
index f6e2349..82e7127 100644
--- a/src/common/ufo-common.h
+++ b/src/common/ufo-common.h
@@ -20,6 +20,7 @@
#ifndef UFO_COMMON_H
#define UFO_COMMON_H
+#include "config.h"
#ifdef __APPLE__
#include <OpenCL/cl.h>
#else