fixup missing assert includes

This commit is contained in:
Dave Airlie 2007-03-11 12:58:50 +11:00
parent 43a80ef909
commit 797aa6fcb1
4 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -30,6 +30,7 @@
#include "config.h"
#endif
#include <assert.h>
#include "xf86.h"
#include "i830.h"
#include "i915_reg.h"