diff options
Diffstat (limited to 'tests/asm-tst9.c')
| -rw-r--r-- | tests/asm-tst9.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/asm-tst9.c b/tests/asm-tst9.c index 1f03d8d7..2c1880f5 100644 --- a/tests/asm-tst9.c +++ b/tests/asm-tst9.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 <string.h> |
