Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Rings:1-MinimalX
dmapi
dmapi-add-missing-includes-to-handle2path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dmapi-add-missing-includes-to-handle2path.patch of Package dmapi
From: Jeff Mahoney <jeffm@suse.com> Subject: dmapi: add missing includes to handle2path The update to xfsprogs 4.2.0 removed some includes from its own headers, so those headers need to be added manually to dmapi. Signed-off-by: Jeff Mahoney <jeffm@suse.com> --- libdm/dm_handle2path.c | 4 ++++ 1 file changed, 4 insertions(+) --- a/libdm/dm_handle2path.c +++ b/libdm/dm_handle2path.c @@ -16,6 +16,10 @@ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include <sys/stat.h> +#include <fcntl.h> +#include <string.h> +#include <unistd.h> #include <dmapi.h> #include <dmapi_kern.h> #include "dmapi_lib.h"
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor