diff options
Diffstat (limited to 'replace.c')
-rw-r--r-- | replace.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -100,3 +100,7 @@ #ifndef HAVE_SETENV #include "missing_d/setenv.c" #endif + +#ifndef HAVE_STRCOLL +#include "missing_d/strcoll.c" +#endif |