diff options
author | Dave Airlie <airlied@linux.ie> | 2007-03-11 12:58:50 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-03-11 12:58:50 +1100 |
commit | 797aa6fcb1231587bde1efb47bc8430c4c8d8110 (patch) | |
tree | f9220d1106b13e47ca2cc0a263c948a68f1c5f20 /src/i830_driver.c | |
parent | 43a80ef9094efcb49027c83f0e726f907fecfbb2 (diff) |
fixup missing assert includes
Diffstat (limited to 'src/i830_driver.c')
-rw-r--r-- | src/i830_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c index 599edc38..1be9fddf 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -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> |