fixup missing assert includes
This commit is contained in:
parent
43a80ef909
commit
797aa6fcb1
|
|
@ -165,6 +165,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define PRINT_MODE_INFO 0
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
|
|
@ -99,6 +99,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "xf86.h"
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include "xf86.h"
|
||||
#include "xaarop.h"
|
||||
#include "i830.h"
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include "xf86.h"
|
||||
#include "i830.h"
|
||||
#include "i915_reg.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue