summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f82c778)
raw | patch | inline | side by side (parent: f82c778)
author | David Herrman <dh.herrmann@googlemail.com> | |
Fri, 9 Mar 2012 18:40:14 +0000 (13:40 -0500) | ||
committer | Adam Jackson <ajax@redhat.com> | |
Fri, 9 Mar 2012 18:40:14 +0000 (13:40 -0500) |
xf86drmMode.h is missing a header protection. xf86drm.h has one so just
copy it and adjust the name.
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
copy it and adjust the name.
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
xf86drmMode.h | patch | blob | history |
diff --git a/xf86drmMode.h b/xf86drmMode.h
index 34f5fb14c78f193c6d9f51c4b148fc12dfc29ebd..991e3f94cc363d2bd8a381730559d42a82e306a7 100644 (file)
--- a/xf86drmMode.h
+++ b/xf86drmMode.h
*
*/
+#ifndef _XF86DRMMODE_H_
+#define _XF86DRMMODE_H_
+
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
+
+#endif