From b76b43928bf4dcf5ce3a4b58c7fefe780070c0d3 Mon Sep 17 00:00:00 2001 From: Ben Skeggs Date: Tue, 21 Dec 2010 16:25:23 +1000 Subject: add back generic include of nouveau_pushbuf.h So places that FIRE_RING() still work. Signed-off-by: Ben Skeggs --- src/nv_include.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nv_include.h b/src/nv_include.h index 9cb697a..de76d92 100644 --- a/src/nv_include.h +++ b/src/nv_include.h @@ -79,5 +79,6 @@ #include "nouveau_grobj.h" #include "nouveau_notifier.h" #include "nouveau_local.h" +#include "nouveau_pushbuf.h" #endif /* __NV_INCLUDE_H__ */ -- cgit v1.2.1