X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=oslib%2Fstrsep.h;h=8cd9ada997f2172eb6625066357d94df3e13a89e;hb=9916f60af6e7b1ca05a1568d22d4010d08130fd6;hp=5fea5d191f3dc7122bb9446b22851a355c108bca;hpb=984f30c9756b50c1507b287c71243e2c06efff16;p=fio.git diff --git a/oslib/strsep.h b/oslib/strsep.h index 5fea5d19..8cd9ada9 100644 --- a/oslib/strsep.h +++ b/oslib/strsep.h @@ -1,6 +1,10 @@ +#ifndef CONFIG_STRSEP + #ifndef FIO_STRSEP_LIB_H #define FIO_STRSEP_LIB_H char *strsep(char **, const char *); #endif + +#endif