summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2006-06-30 20:57:41 +0000
committerJason Evans <jasone@FreeBSD.org>2006-06-30 20:57:41 +0000
commit78a6842d2f90787f1b2d2af648e59864b3617bb4 (patch)
treebe9344802a82e97640583230af3c63c879e4ef50 /include
parent00d8242c2bebca7edebd7ec043cc13f1a86c5dd2 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/malloc_np.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/malloc_np.h b/include/malloc_np.h
index bacb8052d42d..bd45d195b8c8 100644
--- a/include/malloc_np.h
+++ b/include/malloc_np.h
@@ -31,7 +31,11 @@
#ifndef _MALLOC_NP_H_
#define _MALLOC_NP_H_
+#include <sys/cdefs.h>
+#include <sys/types.h>
+__BEGIN_DECLS
size_t malloc_usable_size(const void *ptr);
+__END_DECLS
#endif /* _MALLOC_NP_H_ */