Add missing include in bsd/sys/link_elf.h

* Doesn't build without it.

Change-Id: Ia8671f1545fee6684278e688d0a16a1147e78842
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1866
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Kacper Kasper
2019-09-18 03:40:47 +00:00
committed by waddlesplash
parent 63ec1f9ae2
commit 827f75a766
+2
View File
@@ -94,6 +94,8 @@ struct dl_phdr_info
void *dlpi_tls_data;
};
#include <sys/cdefs.h>
__BEGIN_DECLS
typedef int (*__dl_iterate_hdr_callback)(struct dl_phdr_info *, size_t, void *);