X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=smalloc.h;h=8df10e6f67fd401defbb99b3e68ab0ab15a9d619;hp=4b551e3e4be3fd979462371a4c866c349e2bb04e;hb=fc220349e45144360917db48010b503a9874930d;hpb=544992f770de2b98481b980e463e0492c2f2763e 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 *);