aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config-ini.c3
-rw-r--r--src/gamma-drm.c4
-rw-r--r--src/gamma-dummy.c4
-rw-r--r--src/gamma-randr.c4
-rw-r--r--src/gamma-vidmode.c4
-rw-r--r--src/gamma-w32gdi.c4
-rw-r--r--src/location-geoclue2.c4
-rw-r--r--src/location-manual.c4
8 files changed, 31 insertions, 0 deletions
diff --git a/src/config-ini.c b/src/config-ini.c
index 05fca5d..c596f92 100644
--- a/src/config-ini.c
+++ b/src/config-ini.c
@@ -17,6 +17,9 @@
Copyright (c) 2010 Jon Lund Steffensen <jonlst@gmail.com>
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/gamma-drm.c b/src/gamma-drm.c
index c0863e5..04d4f2c 100644
--- a/src/gamma-drm.c
+++ b/src/gamma-drm.c
@@ -18,6 +18,10 @@
Copyright (c) 2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c
index c2f2736..1730743 100644
--- a/src/gamma-dummy.c
+++ b/src/gamma-dummy.c
@@ -17,6 +17,10 @@
Copyright (c) 2013-2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/gamma-randr.c b/src/gamma-randr.c
index 70e8228..388f322 100644
--- a/src/gamma-randr.c
+++ b/src/gamma-randr.c
@@ -17,6 +17,10 @@
Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
diff --git a/src/gamma-vidmode.c b/src/gamma-vidmode.c
index bd5435f..e604c3b 100644
--- a/src/gamma-vidmode.c
+++ b/src/gamma-vidmode.c
@@ -17,6 +17,10 @@
Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
diff --git a/src/gamma-w32gdi.c b/src/gamma-w32gdi.c
index de34bb6..730cd0c 100644
--- a/src/gamma-w32gdi.c
+++ b/src/gamma-w32gdi.c
@@ -17,6 +17,10 @@
Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/location-geoclue2.c b/src/location-geoclue2.c
index 696867e..06015c5 100644
--- a/src/location-geoclue2.c
+++ b/src/location-geoclue2.c
@@ -17,6 +17,10 @@
Copyright (c) 2014-2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/location-manual.c b/src/location-manual.c
index 137500c..db3a8a9 100644
--- a/src/location-manual.c
+++ b/src/location-manual.c
@@ -17,6 +17,10 @@
Copyright (c) 2010-2017 Jon Lund Steffensen <jonlst@gmail.com>
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <math.h>