summaryrefslogtreecommitdiff
path: root/tests/asm-tst5.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/asm-tst5.c')
-rw-r--r--tests/asm-tst5.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/asm-tst5.c b/tests/asm-tst5.c
index e5881a53..629ec67f 100644
--- a/tests/asm-tst5.c
+++ b/tests/asm-tst5.c
@@ -11,8 +11,12 @@
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 <libasm.h>
+#include ELFUTILS_HEADER(asm)
#include <libelf.h>
#include <stdio.h>
#include <stdlib.h>