aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r--src/gmalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c
index 6ca35ec5f15..3f7bbda84ab 100644
--- a/src/gmalloc.c
+++ b/src/gmalloc.c
@@ -26,6 +26,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
26#endif 26#endif
27 27
28#include <stddef.h> 28#include <stddef.h>
29#include <stdlib.h>
29#include <string.h> 30#include <string.h>
30#include <limits.h> 31#include <limits.h>
31#include <stdint.h> 32#include <stdint.h>