mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Include string.h.
This commit is contained in:
parent
4bc1d37ccf
commit
3ecad253f2
@ -1,3 +1,7 @@
|
|||||||
|
2001-04-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
|
* hash.c: Include <string.h>.
|
||||||
|
|
||||||
2001-04-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
2001-04-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* config.h.in: Define "compilation environment" options that work
|
* config.h.in: Define "compilation environment" options that work
|
||||||
|
@ -21,6 +21,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_STRING_H
|
||||||
|
# include <string.h>
|
||||||
|
#else
|
||||||
|
# include <strings.h>
|
||||||
|
#endif /* HAVE_STRING_H */
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user