c1bf34c271
old xserver and the libpciaccess patch from upstream repository. Changes since 2.8.2: Brice Goglin (1): Define NSC_VERSION_* using PACKAGE_VERSION* Eric Anholt (2): Bug #9588: Fix build after XFree86Server unifdef by removing HAL junk. Bump driver version to 2.8.3 to release untested build fixes. James Cloos (2): Rename .cvsignore to .gitignore Add *~ to .gitignore to skip patch/emacs droppings
15 lines
375 B
Text
15 lines
375 B
Text
$NetBSD: patch-ab,v 1.1 2009/06/09 17:10:16 hasso Exp $
|
|
|
|
http://cgit.freedesktop.org/xorg/driver/xf86-video-nsc/commit/?id=bfcfdff7
|
|
|
|
--- src/nsc.h.orig 2007-08-21 01:50:08 +0300
|
|
+++ src/nsc.h 2009-06-09 19:06:17 +0300
|
|
@@ -145,6 +145,8 @@
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
|
|
+#include "nsc_pcirename.h"
|
|
+
|
|
#include "xaa.h"
|
|
#include "xf86Cursor.h"
|
|
#if !defined(STB_X)
|