Fix Linux compilation

Missing <cstring> header for strdup.
This commit is contained in:
James Turner 2020-09-08 08:15:41 +01:00
parent 0efcc14e91
commit 051c920a99

View File

@ -18,6 +18,7 @@
#include "LogEntry.hxx"
#include <cstring> // for strdup
namespace simgear {