diff options
Diffstat (limited to 'chrome/common/x11_util_internal.h')
-rw-r--r-- | chrome/common/x11_util_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/x11_util_internal.h b/chrome/common/x11_util_internal.h index 1a7b604..52a8a8c 100644 --- a/chrome/common/x11_util_internal.h +++ b/chrome/common/x11_util_internal.h @@ -12,6 +12,7 @@ // when needed. extern "C" { +#include <X11/Xatom.h> #include <X11/Xlib.h> #include <X11/extensions/XShm.h> #include <X11/extensions/Xrender.h> @@ -28,4 +29,4 @@ namespace x11_util { XRenderPictFormat* GetRenderVisualFormat(Display* dpy, Visual* visual); }; -#endif // CHROME_COMMON_X11_UTIL_H_ +#endif // CHROME_COMMON_X11_UTIL_INTERNAL_H_ |