summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-03-05 01:05:08 +0200
committerGitHub <noreply@github.com>2024-03-05 01:05:08 +0200
commit25251c3ba81629f3234fc94c0368cd6300732b09 (patch)
tree03ababecc49376c0e607b3548d9beb596f79c3a7 /indra/test
parentd47c6536820d1ed6e373147678dd0fab90e80ab8 (diff)
parentb68a05e7c30930976ed1273b4c7a0fec01d2a84f (diff)
Merge pull request #924 from secondlife/marchcat/x-merge
Emoji -> Maint X merge
Diffstat (limited to 'indra/test')
-rw-r--r--indra/test/test.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/test/test.cpp b/indra/test/test.cpp
index a265e1273b..94478a5263 100644
--- a/indra/test/test.cpp
+++ b/indra/test/test.cpp
@@ -54,6 +54,12 @@
#endif
#ifndef LL_WINDOWS
+
+typedef struct {
+ void *re_pcre;
+ size_t re_nsub;
+ size_t re_erroffset;
+} regex_t;
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#endif