Add missing #include <assert.h>.

This commit is contained in:
Donnie Berkholz
2006-06-06 16:09:54 +00:00
parent f16c4ee67f
commit 7a38608cd4
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-06-06 Donnie Berkholz <spyderous@gentoo.org>
* src/sis_dri.c:
Add missing #include <assert.h>.
2006-04-30 Alex Deucher <agd5f@yahoo.com>
* src/sis300_accel.c: (SiS300AccelInit):

View File

@@ -1,5 +1,5 @@
/* $XFree86$ */
/* $XdotOrg$ */
/* $XdotOrg: driver/xf86-video-sis/src/sis_dri.c,v 1.26 2005/10/21 18:40:19 ajax Exp $ */
/*
* DRI wrapper for 300 and 315 series
*
@@ -40,6 +40,8 @@
#include "config.h"
#endif
#include <assert.h>
#include "sis.h"
#include "sis_regs.h"