OFS / opae-sdk

Open Programmable Acceleration Engine
https://ofs.github.io
BSD 3-Clause "New" or "Revised" License
251 stars 84 forks source link

opae.io: include unistd.h #3112

Closed pcolberg closed 6 months ago

pcolberg commented 6 months ago

This is needed for pread() and pwrite(). The missing header became apparent due to a build failure with Python 3.13.0a1 which no longer included unistd.h itself, but that change has since been reverted.

Link: https://bugzilla.redhat.com/2247016

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8147481371

Details


Totals Coverage Status
Change from base Build 8041155286: 0.0%
Covered Lines: 15820
Relevant Lines: 24456

💛 - Coveralls