mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 00:40:12 +01:00
intel: don't forget to include config.h in bufmgr code.
Thanks to airlied for catching this.
This commit is contained in:
parent
f9d98beefc
commit
368b392e6d
3 changed files with 12 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,10 @@
|
|||
* the bugs in the old texture manager.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,10 @@
|
|||
* Dave Airlie <airlied@linux.ie>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <xf86drm.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue