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

(-)libdrm-2.4.52/intel/intel_bufmgr_gem.c (+3 lines)
Lines 38-43 Link Here
38
#include "config.h"
38
#include "config.h"
39
#endif
39
#endif
40
40
41
#ifndef O_CLOEXEC
42
# define O_CLOEXEC 0
43
#endif
41
#include <xf86drm.h>
44
#include <xf86drm.h>
42
#include <xf86atomic.h>
45
#include <xf86atomic.h>
43
#include <fcntl.h>
46
#include <fcntl.h>
(-)libdrm-2.4.52/nouveau/nouveau.c (+3 lines)
Lines 26-31 Link Here
26
#include <config.h>
26
#include <config.h>
27
#endif
27
#endif
28
28
29
#ifndef O_CLOEXEC
30
# define O_CLOEXEC 0
31
#endif
29
#include <stdio.h>
32
#include <stdio.h>
30
#include <stdlib.h>
33
#include <stdlib.h>
31
#include <stdint.h>
34
#include <stdint.h>
(-)libdrm-2.4.52/radeon/radeon_bo_gem.c (+3 lines)
Lines 32-37 Link Here
32
#ifdef HAVE_CONFIG_H
32
#ifdef HAVE_CONFIG_H
33
#include <config.h>
33
#include <config.h>
34
#endif
34
#endif
35
#ifndef O_CLOEXEC
36
# define O_CLOEXEC 0
37
#endif
35
#include <stdio.h>
38
#include <stdio.h>
36
#include <stdint.h>
39
#include <stdint.h>
37
#include <stdlib.h>
40
#include <stdlib.h>

Return to bug 452180