X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=smalloc.h;h=8df10e6f67fd401defbb99b3e68ab0ab15a9d619;hb=39281024d26b5dbd4c70ce7620aeadc8933ac8c7;hp=f9a5e410fae79b570973a708c95f713912d8e40c;hpb=7982aa7da64b68f38c7ec685a428334e3af4e340;p=fio.git diff --git a/smalloc.h b/smalloc.h index f9a5e410..8df10e6f 100644 --- a/smalloc.h +++ b/smalloc.h @@ -1,7 +1,10 @@ #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 *); extern char *smalloc_strdup(const char *); extern void sinit(void);