aboutsummaryrefslogtreecommitdiff
path: root/include/malloc.h
blob: 497a8a3a284a7f988ce26c5a57eb834057ef8a6d (plain) (blame)
1
2
3
4
5
#if __GNUC__
#warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"
#endif

#include <stdlib.h>