nouveau: include stdio.h where needed

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul 2015-03-04 19:17:57 -07:00
parent f330ab9383
commit 78ee6fdb23
3 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@
*/
#include <stdbool.h>
#include <stdio.h>
#include "nouveau_driver.h"
#include "nouveau_context.h"
#include "nouveau_bufferobj.h"

View File

@ -24,6 +24,7 @@
*
*/
#include <stdio.h>
#include "main/mtypes.h"
#include "main/fbobject.h"

View File

@ -24,6 +24,7 @@
*
*/
#include <stdio.h>
#include <xf86drm.h>
#include <nouveau_drm.h>
#include "nouveau_driver.h"