Use the correct path when including a.out.h

Reported-by: Aurélien Jarno <aurelien@aurel32.net>
This commit is contained in:
Guillem Jover 2009-05-25 06:23:01 +02:00
parent 4c3e03efeb
commit 80c3954e3c

View File

@ -28,7 +28,7 @@
#define LIBBSD_NLIST_H #define LIBBSD_NLIST_H
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/a.out.h> #include <a.out.h>
__BEGIN_DECLS __BEGIN_DECLS
extern int nlist(const char *filename, struct nlist *list); extern int nlist(const char *filename, struct nlist *list);