From 74a4144193176d7a506fe3d24fb76a25cbd37463 Mon Sep 17 00:00:00 2001 From: mfranz Date: Mon, 22 Dec 2008 18:01:34 +0000 Subject: [PATCH] compilation fix: for strcmp() --- simgear/props/props_io.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/simgear/props/props_io.cxx b/simgear/props/props_io.cxx index df68d585..3938745f 100644 --- a/simgear/props/props_io.cxx +++ b/simgear/props/props_io.cxx @@ -27,6 +27,7 @@ #include #include #include +#include // strcmp() #include #include -- 2.39.5