XBPS can now be built on NetBSD (and probably any other BSD variant).

This commit is contained in:
Juan RP
2012-12-06 12:58:17 +01:00
parent d6a65a5a55
commit 2c1e4e502d
15 changed files with 145 additions and 158 deletions

View File

@ -39,6 +39,8 @@
#include <stdbool.h>
#include <inttypes.h>
#endif
#include <sys/types.h>
#include <sys/cdefs.h>
#include <queue.h>
#if __GNUC_PREREQ(2, 96)