diff options
Diffstat (limited to 'tests/asm-tst1.c')
| -rw-r--r-- | tests/asm-tst1.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/asm-tst1.c b/tests/asm-tst1.c index cfaae345..3b3bf063 100644 --- a/tests/asm-tst1.c +++ b/tests/asm-tst1.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> |
