Fix bug in strndup fix for windows. Move all includes out of headers and into code for strndup.h and move it to be the last include.
This commit is contained in:
@@ -13,4 +13,4 @@ char *strndup(const char *s, size_t n)
|
||||
return new;
|
||||
}
|
||||
|
||||
#endif /* HAVE_STRNDUP */
|
||||
#endif /* HAVE_STRNDUP */
|
||||
|
||||
Reference in New Issue
Block a user