summaryrefslogtreecommitdiff
path: root/benchtests/bench-strcoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchtests/bench-strcoll.c')
-rw-r--r--benchtests/bench-strcoll.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchtests/bench-strcoll.c b/benchtests/bench-strcoll.c
index 22ae87cf16..ac7f32fc6a 100644
--- a/benchtests/bench-strcoll.c
+++ b/benchtests/bench-strcoll.c
@@ -1,5 +1,5 @@
/* Measure strcoll execution time in different locales.
- Copyright (C) 2015-2016 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <locale.h>
#include <unistd.h>
+#include <sys/stat.h>
#include "json-lib.h"
#include "bench-timing.h"
#include <string.h>
@@ -44,7 +45,7 @@ static const char *const input_files[] = {
"lorem_ipsum#pt_PT.UTF-8",
"lorem_ipsum#el_GR.UTF-8",
"lorem_ipsum#ru_RU.UTF-8",
- "lorem_ipsum#iw_IL.UTF-8",
+ "lorem_ipsum#he_IL.UTF-8",
"lorem_ipsum#es_ES.UTF-8",
"lorem_ipsum#hi_IN.UTF-8",
"lorem_ipsum#sv_SE.UTF-8",