aboutsummaryrefslogtreecommitdiff
path: root/src/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc.h')
-rw-r--r--src/malloc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/malloc.h b/src/malloc.h
index 4ed5f08..0f64349 100644
--- a/src/malloc.h
+++ b/src/malloc.h
@@ -36,6 +36,11 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#define HAVE_STDLIB
#endif
+#ifdef __STDC__
+#define ANY void
+#define HAVE_STDLIB
+#endif
+
#ifndef ANY
#define ANY char
#endif