summaryrefslogtreecommitdiff
path: root/libacl
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-10 10:07:39 -0500
committerAndreas Gruenbacher <agruen@linbit.com>2014-01-13 13:18:39 +0100
commit602dbcb26e9591922ca94f5b326694a2309fff18 (patch)
treee17c77bb1fcff3b43bdfd16d706931fec8993540 /libacl
parentc93b43c22331c3000ce15452943daa9bec77436c (diff)
downloadacl-602dbcb26e9591922ca94f5b326694a2309fff18.tar.gz
move gettext logic into misc.h
This lets us autogenerate config.h using autoheader rather than hand maintain it.
Diffstat (limited to 'libacl')
-rw-r--r--libacl/perm_copy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libacl/perm_copy.h b/libacl/perm_copy.h
index 87b1566..350ae6a 100644
--- a/libacl/perm_copy.h
+++ b/libacl/perm_copy.h
@@ -35,3 +35,5 @@
#define HAVE_ACL_GET_TAG_TYPE 1
#define HAVE_ACL_SET_FD 1
#define HAVE_ACL_SET_FILE 1
+
+#include "misc.h"