From fb9a81e98b0d3d4262562a45cbcfce60913566f4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 Oct 2012 15:26:12 +0100 Subject: Use sys/xattr.h instead of attr/xattr.h --- NEWS | 5 +++++ _summainmodule.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 01168a1..42f1a0d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS file for summain ===================== +Version X.Y, released UNRELEASED +--------------------------------- + +* Changed to use the libc-provided xattr library, instead of the external + one. Thanks, Игорь Пашев for pointing this out. Version 0.16, released 2012-09-29 --------------------------------- diff --git a/_summainmodule.c b/_summainmodule.c index 4184ef0..069dafe 100644 --- a/_summainmodule.c +++ b/_summainmodule.c @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.1