From 051c920a995f2e4e551e1f445f1cf023e94f5d12 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 8 Sep 2020 08:15:41 +0100 Subject: [PATCH] Fix Linux compilation Missing header for strdup. --- simgear/debug/LogEntry.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/debug/LogEntry.cxx b/simgear/debug/LogEntry.cxx index cb433086..5f8c5357 100644 --- a/simgear/debug/LogEntry.cxx +++ b/simgear/debug/LogEntry.cxx @@ -18,6 +18,7 @@ #include "LogEntry.hxx" +#include // for strdup namespace simgear {