mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
Add missing #include <assert.h>.
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user