summaryrefslogtreecommitdiff
path: root/file_io
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>1999-12-19 08:16:02 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>1999-12-19 08:16:02 +0000
commit3334b290b0f8d0c4e59dc94f01cf1e0c62e6e2e8 (patch)
tree87a15259f12ff8f5e17844cb1771a1bdf2e1b564 /file_io
parent3358da704843f3b92785c77570dff08192c16c9c (diff)
downloadlibapr-3334b290b0f8d0c4e59dc94f01cf1e0c62e6e2e8.tar.gz
Fix a warning "implicit declaration of function `malloc'"
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io')
-rw-r--r--file_io/os2/readwrite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file_io/os2/readwrite.c b/file_io/os2/readwrite.c
index b1643284e..86c27d50e 100644
--- a/file_io/os2/readwrite.c
+++ b/file_io/os2/readwrite.c
@@ -59,6 +59,7 @@
#define INCL_DOS
#include <os2.h>
+#include <malloc.h>
ap_status_t ap_read(struct file_t *thefile, void *buf, ap_ssize_t *nbytes)
{