X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsame.c;h=dc28c7bdabdcaadcb3b25a3b82e72a75908d49e8;hb=268eada996dead3b74bf2e99e0f8e663db8c3e81;hp=930ca0b2f7fccfaabc9467aaee418756c899a982;hpb=682d4570b676292520ba94dab161c1a50f51540e;p=gnulib.git diff --git a/lib/same.c b/lib/same.c index 930ca0b2f..dc28c7bda 100644 --- a/lib/same.c +++ b/lib/same.c @@ -36,6 +36,12 @@ extern int errno; #endif +#if HAVE_STRING_H +# include +#else +# include +#endif + #include "same.h" #include "dirname.h" #include "error.h" @@ -50,6 +56,9 @@ extern int errno; #define STREQ(a, b) (strcmp ((a), (b)) == 0) #ifndef HAVE_DECL_FREE +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL_FREE void free (); #endif