Be hacky and include the explicit path to archive.h due to a conflicting header in launchpadlib

main
Simon Quigley 2 months ago
parent 33678a6c0e
commit a6197af85a

@ -14,8 +14,8 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "common.h"
#include <archive.h>
#include <archive_entry.h>
#include "/usr/include/archive.h"
#include "/usr/include/archive_entry.h"
#include <iostream>
#include <fstream>
#include <sstream>

Loading…
Cancel
Save