From 80c3954e3cf66efa907b8a8862632f56eeea9543 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 25 May 2009 06:23:01 +0200 Subject: Use the correct path when including a.out.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Aurélien Jarno --- include/nlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -#include +#include __BEGIN_DECLS extern int nlist(const char *filename, struct nlist *list); -- cgit v1.2.3