From: Marco van Wieringen Date: Thu, 23 Sep 2010 15:46:50 +0000 (+0200) Subject: Fix typo. X-Git-Tag: Release-7.0.0~1544 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=52a8d920e2995976e507fe97cf4e514b256bf735;p=bacula%2Fbacula Fix typo. --- diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index 3a1f1ea85c..55b814c89f 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -294,7 +294,7 @@ static bxattr_exit_code unserialize_xattr_stream(JCR *jcr, alist *xattr_value_li #error "Missing full support for the Extended Attributes (EA) functions." #endif -#ifdef HAVE_SYS_EA +#ifdef HAVE_SYS_EA_H #include #else #error "Missing sys/ea.h header file"