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 5fe7487..1065a0b 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