lib: only include fetch.h where required
This results in a lot of places where limits.h was missing, so this diff is larger than necessary.
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include "xbps_api_impl.h"
|
||||
#include "fetch.h"
|
||||
|
||||
/**
|
||||
* @file lib/plist_fetch.c
|
||||
|
Reference in New Issue
Block a user