diff options
Diffstat (limited to 'tests/asm-tst6.c')
| -rw-r--r-- | tests/asm-tst6.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/asm-tst6.c b/tests/asm-tst6.c index 5ceded65..9e913572 100644 --- a/tests/asm-tst6.c +++ b/tests/asm-tst6.c @@ -11,7 +11,11 @@ by writing the Open Source Initiative c/o Lawrence Rosen, Esq., 3001 King Ranch Road, Ukiah, CA 95482. */ -#include <libasm.h> +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + +#include ELFUTILS_HEADER(asm) #include <libelf.h> #include <stdio.h> #include <stdlib.h> |
