1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Include stdlib.h and sys/param.h.

This commit is contained in:
Ulrich Drepper
2003-06-12 15:06:16 +00:00
parent 693ca688a4
commit ef427aab8b

View File

@@ -1,4 +1,4 @@
/* Internal header for parsing printf format strings.
/* Helper functions for parsing printf format strings.
Copyright (C) 1995-1999, 2000, 2002, 2003 Free Software Foundation, Inc.
This file is part of th GNU C Library.
@@ -19,7 +19,9 @@
#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <wchar.h>
#include <wctype.h>