diff --git a/include/xbps.h.in b/include/xbps.h.in index ef315b99..c73bb438 100644 --- a/include/xbps.h.in +++ b/include/xbps.h.in @@ -27,7 +27,6 @@ #ifndef _XBPS_API_H_ #define _XBPS_API_H_ -#include #include #include @@ -47,7 +46,7 @@ * * This header documents the full API for the XBPS Library. */ -#define XBPS_API_VERSION "20131216" +#define XBPS_API_VERSION "20131216-1" #ifndef XBPS_VERSION #define XBPS_VERSION "UNSET" @@ -1111,7 +1110,9 @@ struct xbps_repo { /** * @private */ - SIMPLEQ_ENTRY(xbps_repo) entries; + struct { + struct xbps_repo *sqe_next; /* next element */ + } entries; struct archive *ar; /** * @var xhp