diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-04-10 17:34:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-04-10 17:34:10 +0000 |
commit | df3f2373264f2c4021cfddd68fd97accb4f00e70 (patch) | |
tree | 9ee5404812bd18ab6a6018533d38c8a472b27c3b /driver/xf86-video-nv/src/nv_video.c | |
parent | 3c0cddefa69e12a9d7944d72dcdf98a3bce56597 (diff) |
Update to xf86-video-nv 2.1.22
Diffstat (limited to 'driver/xf86-video-nv/src/nv_video.c')
-rw-r--r-- | driver/xf86-video-nv/src/nv_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-nv/src/nv_video.c b/driver/xf86-video-nv/src/nv_video.c index 0988b0e95..6600aa7c7 100644 --- a/driver/xf86-video-nv/src/nv_video.c +++ b/driver/xf86-video-nv/src/nv_video.c @@ -5,7 +5,7 @@ #include "xf86.h" #include "xf86_OSproc.h" #include "compiler.h" -#include "xf86PciInfo.h" +#include "pci_ids.h" #include "xf86Pci.h" #include "xf86fbman.h" #include "regionstr.h" |