From: Shamus Hammons Date: Thu, 18 Sep 2008 10:06:11 +0000 (+0000) Subject: Small fix to accomodate gcc 4.3.1 moving strcmp() to header X-Git-Tag: 2.0.0~50 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e44c0310f751db40cf5ba0f8d3100d99a9da71;p=virtualjaguar Small fix to accomodate gcc 4.3.1 moving strcmp() to header --- diff --git a/src/sdlemu_config.cpp b/src/sdlemu_config.cpp index 539de40..b43410a 100644 --- a/src/sdlemu_config.cpp +++ b/src/sdlemu_config.cpp @@ -19,7 +19,8 @@ #include "sdlemu_config.h" -#include +#include // For atoi() +#include // For strcmp() #include #include