mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 891551 - Part 1: A couple of include-what-you-use fixes to the pre-existing code. r=ekr
This commit is contained in:
parent
ecbbe92812
commit
c32065d176
@ -44,6 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "transport_addr.h"
|
#include "transport_addr.h"
|
||||||
|
#include "csi_platform.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#define restrict
|
#define restrict
|
||||||
|
@ -42,6 +42,8 @@
|
|||||||
|
|
||||||
#define R_MALLOC_X 2
|
#define R_MALLOC_X 2
|
||||||
|
|
||||||
|
#include "r_types.h"
|
||||||
|
|
||||||
void *r_malloc(int type, size_t size);
|
void *r_malloc(int type, size_t size);
|
||||||
void *r_malloc_compat(size_t size);
|
void *r_malloc_compat(size_t size);
|
||||||
void *r_calloc(int type,size_t number,size_t size);
|
void *r_calloc(int type,size_t number,size_t size);
|
||||||
|
Loading…
Reference in New Issue
Block a user