diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2009-02-19 19:40:19 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2009-02-20 14:11:18 +1000 |
commit | 18f2fcf5aa299fe3b7b56af37e7eefe78c921f61 (patch) | |
tree | 5be856892a5f91b81e51cb1100bca28904d41fb7 | |
parent | 6a31b445fa494b992d5ddb115dd022058b787fc2 (diff) |
libdrm/nouveau: fix dma debugging
-rw-r--r-- | libdrm/nouveau/nouveau_dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdrm/nouveau/nouveau_dma.c b/libdrm/nouveau/nouveau_dma.c index c906799a..23da64b8 100644 --- a/libdrm/nouveau/nouveau_dma.c +++ b/libdrm/nouveau/nouveau_dma.c @@ -21,6 +21,7 @@ */ #include <stdint.h> +#include <stdio.h> #include <assert.h> #include <errno.h> |