Skip to content

Commit bcf5894

Browse files
committed
drmmode_display: fix missing include of dpmsconst.h
Don't rely on some Xserver SDK header is silently doing it by accident. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
1 parent 57c843a commit bcf5894

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/drmmode_display.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
#include "libudev.h"
3333
#endif
3434

35+
#include <X11/extensions/dpmsconst.h>
36+
3537
#include "amdgpu_drm_queue.h"
3638
#include "amdgpu_probe.h"
3739
#include "amdgpu.h"

0 commit comments

Comments
 (0)