Commit 78f1145e authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Fix drivers build.

parent 2604959f
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "assert.h" #include "assert.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <stdarg.h> #include <stdarg.h>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
SUBDIRS = shaders SUBDIRS = shaders
AM_CFLAGS = -Wall -I$(top_srcdir)/va -I$(top_srcdir)/src/x11 @DRM_CFLAGS@ AM_CFLAGS = -Wall -I$(top_srcdir)/va -I$(top_srcdir)/va/x11 @DRM_CFLAGS@
i965_drv_video_la_LTLIBRARIES = i965_drv_video.la i965_drv_video_la_LTLIBRARIES = i965_drv_video.la
i965_drv_video_ladir = @LIBVA_DRIVERS_PATH@ i965_drv_video_ladir = @LIBVA_DRIVERS_PATH@
......
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* *
*/ */
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
* *
**************************************************************************/ **************************************************************************/
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment