diff options
Diffstat (limited to 'driver/xf86-video-s3virge/src/s3v.h')
-rw-r--r-- | driver/xf86-video-s3virge/src/s3v.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/xf86-video-s3virge/src/s3v.h b/driver/xf86-video-s3virge/src/s3v.h index a20630db8..42b1f83ca 100644 --- a/driver/xf86-video-s3virge/src/s3v.h +++ b/driver/xf86-video-s3virge/src/s3v.h @@ -1,4 +1,3 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3virge/s3v.h,v 1.31 2003/02/04 02:20:49 dawes Exp $ */ /* Copyright (C) 1994-1999 The XFree86 Project, Inc. All Rights Reserved. @@ -28,6 +27,8 @@ in this Software without prior written authorization from the XFree86 Project. #ifndef _S3V_H #define _S3V_H +#include "s3v_pcirename.h" + #include <string.h> /* All drivers should typically include these */ |