aboutsummaryrefslogtreecommitdiff
path: root/src/regex/perf-regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/perf-regex.c')
-rw-r--r--src/regex/perf-regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/perf-regex.c b/src/regex/perf-regex.c
index aea0c054f..fbddc58eb 100644
--- a/src/regex/perf-regex.c
+++ b/src/regex/perf-regex.c
@@ -23,9 +23,9 @@
23 * @brief Test how long it takes to create a automaton from a string regex. 23 * @brief Test how long it takes to create a automaton from a string regex.
24 * @author Bartlomiej Polot 24 * @author Bartlomiej Polot
25 */ 25 */
26#include "platform.h"
26#include <regex.h> 27#include <regex.h>
27#include <time.h> 28#include <time.h>
28#include "platform.h"
29#include "regex_internal_lib.h" 29#include "regex_internal_lib.h"
30#include "regex_test_lib.h" 30#include "regex_test_lib.h"
31 31