--- ./lib/syck_st.c~ 2003-03-04 17:10:11.000000000 +0000 +++ ./lib/syck_st.c 2007-06-04 15:00:22.000000000 +0100 @@ -5,6 +5,7 @@ #include "config.h" #include #include +#include #include "syck_st.h" #ifdef NT @@ -54,7 +55,6 @@ numhash, }; -extern int strcmp(); static int strhash(); static struct st_hash_type type_strhash = { strcmp, --- ./lib/syck.h~ 2005-04-13 07:27:54.000000000 +0100 +++ ./lib/syck.h 2007-06-04 14:26:32.000000000 +0100 @@ -17,6 +17,8 @@ #define YAML_DOMAIN "yaml.org,2002" #include +#include +#include #include #ifdef HAVE_ST_H #include