mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-16 18:56:56 +02:00
Use the correct path when including a.out.h
Reported-by: Aurélien Jarno <aurelien@aurel32.net>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user