From 55b0a0b1dd267ef48971e4bb84768244ff58b340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Tue, 24 Jan 2012 13:21:56 +0100 Subject: malloca: Avoid warnings on x86_64 mingw64. * lib/malloca.c: Include . (mmalloca, freea): Use uintptr_t to convert pointers to integers. * modules/malloca (Depends-on): Add stdint. * modules/relocatable-prog-wrapper (Depends-on): Likewise. --- modules/relocatable-prog-wrapper | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/relocatable-prog-wrapper') diff --git a/modules/relocatable-prog-wrapper b/modules/relocatable-prog-wrapper index 8ff11d4d02..e5dccd5343 100644 --- a/modules/relocatable-prog-wrapper +++ b/modules/relocatable-prog-wrapper @@ -39,6 +39,7 @@ errno pathmax ssize_t stdbool +stdint stdlib unistd environ -- cgit v1.2.1