summaryrefslogtreecommitdiffstats
path: root/tests/asm-tst8.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/asm-tst8.c')
-rw-r--r--tests/asm-tst8.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/asm-tst8.c b/tests/asm-tst8.c
index cfe53fca..19d687d9 100644
--- a/tests/asm-tst8.c
+++ b/tests/asm-tst8.c
@@ -11,9 +11,13 @@
by writing the Open Source Initiative c/o Lawrence Rosen, Esq.,
3001 King Ranch Road, Ukiah, CA 95482. */
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <fcntl.h>
#include <inttypes.h>
-#include <libasm.h>
+#include ELFUTILS_HEADER(asm)
#include <libelf.h>
#include <stdio.h>
#include <unistd.h>