]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - include/malloc.h
Apply a workaround to be able to build clang 8.0.0 headers with clang
[FreeBSD/FreeBSD.git] / include / malloc.h
1 /* $FreeBSD$ */
2 #if __STDC__
3 #error "<malloc.h> has been replaced by <stdlib.h>"
4 #else
5 #include <stdlib.h>
6 #endif