Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
xgrabsc
xgrabsc-2.41-implicit_decl.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xgrabsc-2.41-implicit_decl.patch of Package xgrabsc
Index: xgrabsc.c =================================================================== --- xgrabsc.c.orig +++ xgrabsc.c @@ -34,6 +34,8 @@ */ #include "xgrabsc.h" +#include <stdlib.h> +#include <menu.h> @@ -626,7 +628,7 @@ xgrabsc(argc, argv, env) case sourceKey: childWindow = #ifdef SELECTION_MASK - getWindowWhenKeyIsPressed(SELECTION_MASK) + getWindowWhenKeyIsPressed(SELECTION_MASK); #else getWindowWhenKeyIsPressed(ControlMask); #endif Index: xgrabxaw.c =================================================================== --- xgrabxaw.c.orig +++ xgrabxaw.c @@ -23,6 +23,7 @@ #include "config.h" #include <stdio.h> +#include <stdlib.h> #include <ctype.h> #include <X11/Intrinsic.h> #include <X11/StringDefs.h> Index: xgrabxm.c =================================================================== --- xgrabxm.c.orig +++ xgrabxm.c @@ -22,6 +22,7 @@ #include "config.h" #include <stdio.h> +#include <stdlib.h> #include <ctype.h> #include <X11/Intrinsic.h> #include <X11/StringDefs.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