mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
* Source/NSString: Define _GNU_SOURCE to make protoype of fwprintf
visible. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22838 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e4915f06ce
commit
4ca24f23f8
2 changed files with 10 additions and 0 deletions
|
@ -43,6 +43,11 @@
|
|||
Limited choice of default encodings.
|
||||
*/
|
||||
|
||||
/* Needed for visiblity of fwprintf prototype. */
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue