Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2
lockdev
lockdev-fix-implicit-declarations.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lockdev-fix-implicit-declarations.diff of Package lockdev
From 720422dd2fd0080ecd9c32cdbe1068c0649f632a Mon Sep 17 00:00:00 2001 From: Ludwig Nussel <ludwig.nussel@suse.de> Date: Fri, 23 Apr 2010 10:57:00 +0200 Subject: [PATCH] fix implicit declarations --- src/baudboy_test.c | 1 + src/sample.c | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/baudboy_test.c b/src/baudboy_test.c index e481270..afecb15 100644 --- a/src/baudboy_test.c +++ b/src/baudboy_test.c @@ -8,6 +8,7 @@ #include <unistd.h> #include <errno.h> #include <string.h> +#include <ttylock.h> void usage (void) diff --git a/src/sample.c b/src/sample.c index a2c1f45..3726ae5 100644 --- a/src/sample.c +++ b/src/sample.c @@ -1,7 +1,9 @@ #include <stdio.h> #include <stdlib.h> +#include <sys/stat.h> #include <sys/types.h> #include <unistd.h> +#include <fcntl.h> #include "lockdev.h" void -- 1.6.4.2
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