summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/memory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory.cc b/src/memory.cc
index 7e0fc3c..7a7fb3c 100644
--- a/src/memory.cc
+++ b/src/memory.cc
@@ -4,7 +4,7 @@
#include <stddef.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "stdexcept.h"
namespace std {