picosat.c build error #35
Labels
backlog
issue has been triaged but has not been earmarked for any upcoming release
source::community
catch-all for issues filed by community members
stale::recovered
[bot] recovered after being marked as stale
type::feature
request for a new feature or capability
picosat.c has
#include <sys/unistd.h>
but on some systems it should just be#include <unistd.h>
The build error on IBM i is manifested as:
To solve my immediate concern, one could simply
#ifdef __PASE__
(defined on IBM i), but I am opening an issue rather than a PR so the project owners can choose their preferred way to address.Thanks!
The text was updated successfully, but these errors were encountered: