[PATCH] xf86drmMode.h: Add header protection

David Herrmann dh.herrmann at googlemail.com
Thu Mar 8 06:34:08 PST 2012


xf86drmMode.h is missing a header protection. xf86drm.h has one so just copy it
and adjust the name.

Signed-off-by: David Herrmann <dh.herrmann at googlemail.com>
---
I am not sure if this is the correct mailing-list for libdrm nor who the actual
maintainer is. Please correct me if I should CC someone else or post it to
another list.

Regards
David

 xf86drmMode.h |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/xf86drmMode.h b/xf86drmMode.h
index 34f5fb1..991e3f9 100644
--- a/xf86drmMode.h
+++ b/xf86drmMode.h
@@ -33,6 +33,9 @@
  *
  */
 
+#ifndef _XF86DRMMODE_H_
+#define _XF86DRMMODE_H_
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
@@ -428,3 +431,5 @@ extern int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id,
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif
+
+#endif
-- 
1.7.9.3



More information about the dri-devel mailing list