Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 638548
Collapse All | Expand All

(-)a/src/VBox/Additions/x11/vboxvideo/edid.c (-1 / +1 lines)
Lines 45-51 Link Here
45
 */
45
 */
46
46
47
#if XORG_VERSION_CURRENT >= 11900000
47
#if XORG_VERSION_CURRENT >= 11900000
48
#include <bits/sigset.h>
48
#include <bits/types/__sigset_t.h>
49
typedef __sigset_t sigset_t;
49
typedef __sigset_t sigset_t;
50
#endif
50
#endif
51
#include <misc.h>
51
#include <misc.h>
(-)a/src/VBox/Additions/x11/vboxvideo/pointer.c (-1 / +1 lines)
Lines 16-22 Link Here
16
 */
16
 */
17
17
18
#if XORG_VERSION_CURRENT >= 11900000
18
#if XORG_VERSION_CURRENT >= 11900000
19
#include <bits/sigset.h>
19
#include <bits/types/__sigset_t.h>
20
typedef __sigset_t sigset_t;
20
typedef __sigset_t sigset_t;
21
#endif
21
#endif
22
#include <VBox/VBoxGuestLib.h>
22
#include <VBox/VBoxGuestLib.h>
(-)a/src/VBox/Additions/x11/vboxvideo/vboxvideo.h (-1 / +1 lines)
Lines 53-59 Link Here
53
#define _VBOXVIDEO_H_
53
#define _VBOXVIDEO_H_
54
54
55
#if XORG_VERSION_CURRENT >= 11900000
55
#if XORG_VERSION_CURRENT >= 11900000
56
#include <bits/sigset.h>
56
#include <bits/types/__sigset_t.h>
57
typedef __sigset_t sigset_t;
57
typedef __sigset_t sigset_t;
58
#endif
58
#endif
59
#include <VBox/VBoxVideoGuest.h>
59
#include <VBox/VBoxVideoGuest.h>

Return to bug 638548