Add include guard.
authorJeremy Kolb <jkolb@freedesktop.org>
Sun, 12 Nov 2006 18:18:02 +0000 (18:18 +0000)
committerJeremy Kolb <jkolb@freedesktop.org>
Sun, 12 Nov 2006 18:18:02 +0000 (18:18 +0000)
src/mesa/drivers/dri/nouveau/nouveau_object.h

index 5fe7487c47b4550434ab372bcd58d925561bd8d3..1065a0be59eaf36db0649254bf3af9348108e184 100644 (file)
@@ -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