summaryrefslogtreecommitdiffstats
path: root/libdwfl/linux-core-attach.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdwfl/linux-core-attach.c')
-rw-r--r--libdwfl/linux-core-attach.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdwfl/linux-core-attach.c b/libdwfl/linux-core-attach.c
index f82ed032..9f05f72a 100644
--- a/libdwfl/linux-core-attach.c
+++ b/libdwfl/linux-core-attach.c
@@ -26,6 +26,10 @@
the GNU Lesser General Public License along with this program. If
not, see <http://www.gnu.org/licenses/>. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "libdwflP.h"
#include <fcntl.h>
#include "system.h"