Index: webrtc/modules/desktop_capture/screen_drawer_linux.cc |
diff --git a/webrtc/modules/desktop_capture/screen_drawer_linux.cc b/webrtc/modules/desktop_capture/screen_drawer_linux.cc |
index 4f96b7e92c1b5199d468cae7c1bc050b1a977cf9..4fb8e1835f3a1aa56b4bee46f6f20919cd11bfb5 100644 |
--- a/webrtc/modules/desktop_capture/screen_drawer_linux.cc |
+++ b/webrtc/modules/desktop_capture/screen_drawer_linux.cc |
@@ -8,6 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
+#include <X11/Xlib.h> |
Sergey Ulanov
2016/11/08 18:31:58
Sort includes alphabetically
Hzj_jie
2016/11/08 20:14:23
I thought it sorted based on ASCII code.
|
#include <fcntl.h> |
#include <sys/stat.h> |
#include <semaphore.h> |