summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nouveau_object.h
diff options
context:
space:
mode:
authorJeremy Kolb <jkolb@freedesktop.org>2006-11-12 18:18:02 +0000
committerJeremy Kolb <jkolb@freedesktop.org>2006-11-12 18:18:02 +0000
commitd5d00cf8c93d607876f66ca87e82087497f47d4a (patch)
treeec73ef01c45c2bdefb08fa8bc805be6e0cdba2d1 /src/mesa/drivers/dri/nouveau/nouveau_object.h
parent2af374716f351421b978050b113e93abae0e2dc8 (diff)
Add include guard.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_object.h')
-rw-r--r--src/mesa/drivers/dri/nouveau/nouveau_object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_object.h b/src/mesa/drivers/dri/nouveau/nouveau_object.h
index 5fe7487c47..1065a0be59 100644
--- a/src/mesa/drivers/dri/nouveau/nouveau_object.h
+++ b/src/mesa/drivers/dri/nouveau/nouveau_object.h
@@ -1,3 +1,5 @@
+#ifndef __NOUVEAU_OBJECT_H__
+#define __NOUVEAU_OBJECT_H__
#include "nouveau_context.h"
@@ -11,3 +13,4 @@ enum DMASubchannel {
NvSub3D = 1,
};
+#endif