summaryrefslogtreecommitdiff
path: root/include/nlist.h
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-05-25 06:23:01 +0200
committerGuillem Jover <guillem@hadrons.org>2009-05-25 06:23:01 +0200
commit80c3954e3cf66efa907b8a8862632f56eeea9543 (patch)
treef1ac8a4a08a9124b2ef43f41ff7152174b23ed5c /include/nlist.h
parent4c3e03efebe725b22fe52a981235314ae6ee4218 (diff)
downloadlibbsd-80c3954e3cf66efa907b8a8862632f56eeea9543.tar.gz
Use the correct path when including a.out.h
Reported-by: Aurélien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'include/nlist.h')
-rw-r--r--include/nlist.h2
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);