tests: The wchar header actually looks for _GNU_SOURCE

* We we are pretty mixed here. See #11818
This commit is contained in:
Alexander von Gluck IV
2015-02-02 16:30:23 +00:00
parent fc8aebca3b
commit ad91a99198
+1 -1
View File
@@ -3,7 +3,7 @@
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#define __USE_GNU #define _GNU_SOURCE
// for wmempcpy() and wcschrnul() // for wmempcpy() and wcschrnul()
#include <errno.h> #include <errno.h>