From: jbj Date: Tue, 6 Apr 1999 21:41:47 +0000 (+0000) Subject: Include "popt.h" from rpmlib.h so that struct poptOption is defined. X-Git-Tag: rpm-4.4-release~2964 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37f75f8ad8c5c775d61fc2f78e4bcc2bb1928360;p=platform%2Fupstream%2Frpm.git Include "popt.h" from rpmlib.h so that struct poptOption is defined. CVS patchset: 2955 CVS date: 1999/04/06 21:41:47 --- diff --git a/lib/rpmlib.h b/lib/rpmlib.h index 30f4d31..a1afe92 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -8,6 +8,7 @@ #include "rpmio.h" #include "dbindex.h" #include "header.h" +#include "popt.h" /* XXX you now need to install the popt package */ #ifdef __cplusplus extern "C" {