Explorar o código

*** empty log message ***

François Pinard %!s(int64=30) %!d(string=hai) anos
pai
achega
6ad38495a4
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/names.c

+ 2 - 1
src/names.c

@@ -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>