Include gettext.h only in those files that need it.
[gnulib.git] / lib / set-mode-acl.c
index 6ecde59..dbcbea2 100644 (file)
 
 #include "acl-internal.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+
+
 /* If DESC is a valid file descriptor use fchmod to change the
    file's mode to MODE on systems that have fchown. On systems
    that don't have fchown and if DESC is invalid, use chown on