summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/afc.c3
-rw-r--r--src/property_list_service.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/afc.c b/src/afc.c
index a0869ca..4d6293c 100644
--- a/src/afc.c
+++ b/src/afc.c
@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/src/property_list_service.c b/src/property_list_service.c
index 47b119f..0df04c7 100644
--- a/src/property_list_service.c
+++ b/src/property_list_service.c
@@ -18,6 +18,9 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdlib.h>
#include <string.h>