Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/painter.c4
-rw-r--r--src/painter_utils.c4
-rw-r--r--tests/paintertest.c3
3 files changed, 11 insertions, 0 deletions
diff --git a/src/painter.c b/src/painter.c
index 160ba04..a7cd2a3 100644
--- a/src/painter.c
+++ b/src/painter.c
@@ -16,6 +16,10 @@
* limitations under the License.
*/
+#if defined(HAVE_CONFIG_H)
+#include <config_ac.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/painter_utils.c b/src/painter_utils.c
index a3a5280..998316f 100644
--- a/src/painter_utils.c
+++ b/src/painter_utils.c
@@ -16,6 +16,10 @@
* limitations under the License.
*/
+#if defined(HAVE_CONFIG_H)
+#include <config_ac.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tests/paintertest.c b/tests/paintertest.c
index f8100d8..b425dac 100644
--- a/tests/paintertest.c
+++ b/tests/paintertest.c
@@ -1,3 +1,6 @@
+#if defined(HAVE_CONFIG_H)
+#include <config_ac.h>
+#endif
#include <stdio.h>
#include <stdlib.h>