diff options
Diffstat (limited to 'common/stringop.c')
-rw-r--r-- | common/stringop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/stringop.c b/common/stringop.c index 432bee7f..99e9636d 100644 --- a/common/stringop.c +++ b/common/stringop.c @@ -1,3 +1,4 @@ +#define _XOPEN_SOURCE 500 #include <stdlib.h> #include <stdio.h> #include <string.h> |