summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/tst-fanotify.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-12-31 11:36:54 -0500
committerMike Frysinger <vapier@gentoo.org>2014-01-04 08:34:01 -0500
commit20f4a8d9937b2a824a5d20583dd850070fe29988 (patch)
tree86b9ab5dc70b05c4626438241d472e450da50d35 /sysdeps/unix/sysv/linux/tst-fanotify.c
parent22562bb222a91e0ecc416b19accd98e10c0d26be (diff)
tst-fanotify: switch to AC_DEFINE
Reported-by: Joseph S. Myers <joseph@codesourcery.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-fanotify.c')
-rw-r--r--sysdeps/unix/sysv/linux/tst-fanotify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-fanotify.c b/sysdeps/unix/sysv/linux/tst-fanotify.c
index 43d3bb2691..fb3c77eaa6 100644
--- a/sysdeps/unix/sysv/linux/tst-fanotify.c
+++ b/sysdeps/unix/sysv/linux/tst-fanotify.c
@@ -16,6 +16,7 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+#include <config.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>