Refactor #includes and headers
[fio.git] / oslib / strlcat.h
index baeace40d42d54e4180a7526ed5d406bdc89581e..720034fe72d5dbf8411ec6edc7d69e98853f0834 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef FIO_STRLCAT_H
 #define FIO_STRLCAT_H
 
+#include <stddef.h>
+
 size_t strlcat(char *dst, const char *src, size_t size);
 
 #endif