aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
diff options
context:
space:
mode:
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dln.c b/dln.c
index 13f6e29e61..219a22dbb8 100644
--- a/dln.c
+++ b/dln.c
@@ -42,6 +42,8 @@ void *xcalloc();
void *xrealloc();
#endif
+#define free(x) xfree(x)
+
#include <stdio.h>
#if defined(_WIN32) || defined(__VMS)
#include "missing/file.h"