Include "popt.h" from rpmlib.h so that struct poptOption is defined.
authorjbj <devnull@localhost>
Tue, 6 Apr 1999 21:41:47 +0000 (21:41 +0000)
committerjbj <devnull@localhost>
Tue, 6 Apr 1999 21:41:47 +0000 (21:41 +0000)
CVS patchset: 2955
CVS date: 1999/04/06 21:41:47

lib/rpmlib.h

index 30f4d31..a1afe92 100644 (file)
@@ -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" {