Browse Source

Fix issue compiling in mingw32

djm34
ystarnaud 10 years ago
parent
commit
0bdb7d340a
  1. 2
      compat.h

2
compat.h

@ -71,7 +71,7 @@ static inline int setpriority(__maybe_unused int which, __maybe_unused int who, @@ -71,7 +71,7 @@ static inline int setpriority(__maybe_unused int which, __maybe_unused int who,
}
#ifndef HAVE_STRSEP
inline char *strsep(char **stringp, const char *delim)
static inline char *strsep(char **stringp, const char *delim)
{
char *res;

Loading…
Cancel
Save