diff options
author | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-11-05 05:07:48 +0000 |
---|---|---|
committer | Thomas Bushnell, BSG <thomas@gnu.org> | 1996-11-05 05:07:48 +0000 |
commit | 0f110f410020b780e777de364553d0bf8d5e7ab4 (patch) | |
tree | 467074379860386c73f276ffdd594a1e2d6c7b48 /shadow | |
parent | 050a966adc1830841802dbbd803b7cc1d792af4d (diff) | |
download | glibc-0f110f410020b780e777de364553d0bf8d5e7ab4.zip glibc-0f110f410020b780e777de364553d0bf8d5e7ab4.tar.gz glibc-0f110f410020b780e777de364553d0bf8d5e7ab4.tar.bz2 |
*** empty log message ***
Tue Nov 5 00:04:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* stdio-common/vfprintf.c: Include <libc-lock.h>.
Diffstat (limited to 'shadow')
-rw-r--r-- | shadow/shadow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shadow/shadow.h b/shadow/shadow.h index c27cc9a..c65afc3 100644 --- a/shadow/shadow.h +++ b/shadow/shadow.h @@ -26,6 +26,9 @@ Boston, MA 02111-1307, USA. */ #define __need_FILE #include <stdio.h> +#define __need_size_t +#include <stddef.h> + /* Paths to the userd files. */ #define SHADOW "/etc/shadow" |