From ff6e25b3421556cceea9ce119a8d5eb5495a8696 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Mon, 17 Jun 2013 17:55:27 +0200 Subject: [PATCH] Compile fix --- indra/newview/llvoicevivox.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index ea15621a1..a56b4c5af 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -26,6 +26,9 @@ #include "llviewerprecompiledheaders.h" #include "llvoicevivox.h" +#if LL_LINUX && defined(LL_STANDALONE) +#include // g_find_program_in_path +#endif #include "llsdutil.h"