X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=smalloc.h;h=8df10e6f67fd401defbb99b3e68ab0ab15a9d619;hp=4b551e3e4be3fd979462371a4c866c349e2bb04e;hb=3d2d14bcb844e72809192311369a642c5d415472;hpb=0f0346e0c8f9141ceea8a5de8264c635ea0cae9b diff --git a/smalloc.h b/smalloc.h index 4b551e3e..8df10e6f 100644 --- a/smalloc.h +++ b/smalloc.h @@ -1,6 +1,8 @@ #ifndef FIO_SMALLOC_H #define FIO_SMALLOC_H +#include + extern void *smalloc(size_t); extern void *scalloc(size_t, size_t); extern void sfree(void *);