RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/tools/ txar.c

From: Anders F. Björklund <afb@rpm5.org>
Date: Wed 13 Aug 2008 - 11:29:56 CEST
Message-Id: <20080813092956.5406567C6F@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Anders F. Björklund
  Root:   /v/rpm/cvs                       Email:  afb@rpm5.org
  Module: rpm                              Date:   13-Aug-2008 11:29:56
  Branch: HEAD                             Handle: 2008081309295600

  Modified files:
    rpm/tools               txar.c

  Log:
    add missing required headers

  Summary:
    Revision    Changes     Path
    2.11        +2  -0      rpm/tools/txar.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tools/txar.c
  ============================================================================
  $ cvs diff -u -r2.10 -r2.11 txar.c
  --- rpm/tools/txar.c	12 Nov 2007 13:34:04 -0000	2.10
  +++ rpm/tools/txar.c	13 Aug 2008 09:29:56 -0000	2.11
  @@ -3,6 +3,8 @@
   #include "system.h"
   #include "xar.h"
   #include <rpmio.h>
  +#include <rpmiotypes.h>
  +#include <rpmtag.h>
   #include <rpmcli.h>
   
   #define	_RPMWF_INTERNAL
  @@ .
Received on Wed Aug 13 11:29:56 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.