From 0eaca22969fb14402a898325a64276e1c11dff0c Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 2 May 2024 15:59:42 -0400 Subject: Try suppressing #include (fails on Linux). --- indra/test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/test') diff --git a/indra/test/test.cpp b/indra/test/test.cpp index f1c5991330..88d75989e5 100644 --- a/indra/test/test.cpp +++ b/indra/test/test.cpp @@ -60,7 +60,7 @@ typedef struct { size_t re_nsub; size_t re_erroffset; } regex_t; -#include +//#include #include #endif -- cgit v1.2.3