Fix Linux compilation
Missing <cstring> header for strdup.
This commit is contained in:
parent
0efcc14e91
commit
051c920a99
@ -18,6 +18,7 @@
|
||||
|
||||
#include "LogEntry.hxx"
|
||||
|
||||
#include <cstring> // for strdup
|
||||
|
||||
namespace simgear {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user