Avoid "implicit declaration of function ‘strtold_l’" in wcstold.c

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2016-08-16 16:21:19 +02:00
parent 1ec81984d8
commit 042263cd83
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
#define _GNU_SOURCE
#include <stdlib.h>
#include <string.h>
#include <wchar.h>