mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
92d47ccb5d
PR: ports/75168 Submitted by: Joerg Pulz <Joerg.Pulz(at)frm2.tum.de> Reworked by: maintainer
18 lines
328 B
C
18 lines
328 B
C
--- include/includes.h.orig Fri Nov 26 00:47:28 2004
|
|
+++ include/includes.h Fri Nov 26 01:59:16 2004
|
|
@@ -476,6 +476,14 @@
|
|
#include <sys/xattr.h>
|
|
#endif
|
|
|
|
+#ifdef HAVE_SYS_EXTATTR_H
|
|
+#include <sys/extattr.h>
|
|
+#endif
|
|
+
|
|
+#ifdef HAVE_SYS_UIO_H
|
|
+#include <sys/uio.h>
|
|
+#endif
|
|
+
|
|
#if HAVE_LOCALE_H
|
|
#include <locale.h>
|
|
#endif
|