diff options
Diffstat (limited to 'src/string/rindex.c')
-rw-r--r-- | src/string/rindex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string/rindex.c b/src/string/rindex.c index 17df2bf2..693c750b 100644 --- a/src/string/rindex.c +++ b/src/string/rindex.c @@ -1,3 +1,4 @@ +#define _BSD_SOURCE #include <string.h> #include <strings.h> |