Bugzilla – Bug 334
globaliser/handle_global.cc:114: error: 'strcmp' is not a member of 'std'
Last modified: 2008-09-10 15:44:24 UTC
diff -r 43780b97cdd8 globaliser/handle_global.cc --- a/globaliser/handle_global.cc Tue Aug 26 11:21:14 2008 -0700 +++ b/globaliser/handle_global.cc Wed Sep 10 15:32:26 2008 -0400 @@ -25,6 +25,7 @@ #include <sstream> #include <algorithm> #include <iterator> +#include <cstring> #include <stdio.h> #include <assert.h>
Fix applied to mercurial default branch of NSC. Will appear in the next NSC release after 0.4.0.