Fio 3.11
[fio.git] / oslib / strlcat.h
index baeace40d42d54e4180a7526ed5d406bdc89581e..f76639276f8d757837341ec2f60bcf4e55f992af 100644 (file)
@@ -1,6 +1,12 @@
+#ifndef CONFIG_STRLCAT
+
 #ifndef FIO_STRLCAT_H
 #define FIO_STRLCAT_H
 
+#include <stddef.h>
+
 size_t strlcat(char *dst, const char *src, size_t size);
 
 #endif
+
+#endif