summaryrefslogtreecommitdiff
path: root/gettext-tools/gnulib-tests/test-stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/gnulib-tests/test-stat.c')
-rw-r--r--gettext-tools/gnulib-tests/test-stat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/gnulib-tests/test-stat.c b/gettext-tools/gnulib-tests/test-stat.c
index c6af376..4510e59 100644
--- a/gettext-tools/gnulib-tests/test-stat.c
+++ b/gettext-tools/gnulib-tests/test-stat.c
@@ -1,5 +1,5 @@
/* Tests of stat.
- Copyright (C) 2009-2015 Free Software Foundation, Inc.
+ Copyright (C) 2009-2016 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -30,6 +30,7 @@ SIGNATURE_CHECK (stat, int, (char const *, struct stat *));
#include <fcntl.h>
#include <errno.h>
#include <stdbool.h>
+#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>