diff options
-rw-r--r-- | tests/filter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filter.c b/tests/filter.c index a85fe06..2ddd4c1 100644 --- a/tests/filter.c +++ b/tests/filter.c @@ -15,6 +15,7 @@ * License along with this library; if not, see <http://www.gnu.org/licenses/>. */ +#include <errno.h> #include <locale.h> #include <glib.h> #include <stdlib.h> |