diff options
-rw-r--r-- | include/nlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nlist.h b/include/nlist.h index 0f2fa20..84fbc33 100644 --- a/include/nlist.h +++ b/include/nlist.h @@ -28,7 +28,7 @@ #define LIBBSD_NLIST_H #include <sys/cdefs.h> -#include <sys/a.out.h> +#include <a.out.h> __BEGIN_DECLS extern int nlist(const char *filename, struct nlist *list); |