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