Commit a81ff887 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Fix includes.

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent f5b058c0
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#define _GNU_SOURCE 1
#include "va.h" #include "va.h"
#include "va_backend.h" #include "va_backend.h"
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
#include <xf86drm.h> #include <xf86drm.h>
#include "X11/Xlib.h" #include <X11/Xlibint.h>
#include <X11/Xlib.h>
#include "va.h" #include "va.h"
#include "va_backend.h" #include "va_backend.h"
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/ */
#define _GNU_SOURCE 1
#include "config.h" #include "config.h"
#include "va.h" #include "va.h"
#include "va_backend.h" #include "va_backend.h"
...@@ -32,6 +33,7 @@ ...@@ -32,6 +33,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.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