You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-freebsd/freebsd-lib/files/freebsd-lib-includes.patch

14 lines
316 B

Fix headers dependencies so that they can be included alone.
--- include/ifaddrs.h.old 2009-05-15 13:50:10 +0000
+++ include/ifaddrs.h 2009-05-15 13:50:23 +0000
@@ -28,6 +28,8 @@
#ifndef _IFADDRS_H_
#define _IFADDRS_H_
+#include <sys/types.h>
+
struct ifaddrs {
struct ifaddrs *ifa_next;
char *ifa_name;