]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:57:10 +0000 (02:57 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 02:57:10 +0000 (02:57 +0000)
src/names.c

index 7f1e14a6b7035016c642324504941308bf6a8da2..082e64954c24bcb8fdeca32d79a92c199b4e3b3e 100644 (file)
@@ -1,5 +1,5 @@
 /* Look up user and/or group names.
-   Copyright (C) 1988 Free Software Foundation
+   Copyright (C) 1988, 1992 Free Software Foundation
 
 This file is part of GNU Tar.
 
@@ -30,6 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifndef NONAMES
 /* Whole module goes away if NONAMES defined.  Otherwise... */
+#include <stdio.h>
 #include <pwd.h>
 #include <grp.h>
 
This page took 0.021677 seconds and 4 git commands to generate.