mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
fix compiler warnings
* src/utils.h: Include <stdlib.h> * src/recur.c: Include "exits.h"
This commit is contained in:
parent
4c3043d19d
commit
9e12b8ca39
@ -50,6 +50,7 @@ as that of the covered work. */
|
||||
#include "html-url.h"
|
||||
#include "css-url.h"
|
||||
#include "spider.h"
|
||||
#include "exits.h"
|
||||
|
||||
/* Functions for maintaining the URL queue. */
|
||||
|
||||
|
@ -32,6 +32,8 @@ as that of the covered work. */
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
# include <stdlib.h>
|
||||
|
||||
/* Constant is using when we don`t know attempted size exactly */
|
||||
#define UNKNOWN_ATTEMPTED_SIZE -3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user