diff options
Diffstat (limited to 'usr.bin/ctfconv/ctfconv.c')
-rw-r--r-- | usr.bin/ctfconv/ctfconv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ctfconv/ctfconv.c b/usr.bin/ctfconv/ctfconv.c index 06891784ed8..8abe515b94a 100644 --- a/usr.bin/ctfconv/ctfconv.c +++ b/usr.bin/ctfconv/ctfconv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ctfconv.c,v 1.12 2017/09/29 16:05:53 jsg Exp $ */ +/* $OpenBSD: ctfconv.c,v 1.13 2017/10/27 08:33:46 mpi Exp $ */ /* * Copyright (c) 2016-2017 Martin Pieuchot @@ -18,13 +18,13 @@ #include <sys/types.h> #include <sys/stat.h> -#include <sys/exec_elf.h> #include <sys/mman.h> #include <sys/queue.h> #include <sys/tree.h> #include <sys/ctf.h> #include <assert.h> +#include <elf.h> #include <err.h> #include <fcntl.h> #include <locale.h> |