mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
* Add needed x11 and xext dependencies Thanks to everyone who submitted patches, tested, and reviewed this update. PR: 201340 Submitted by: Bengt Ahlgren <bengta at sics.se>, Kevin Bowling <kbowling@>, Oleg <zoleg at vusovich.ru>, Tomoaki AOKI <junchoon at dec.sakura.ne.jp>, Ultima <Ultima1252 at gmail.com> Tested by: Jeremy Cox <jeremy.m.cox at gmail.com>, O. Hartmann <ohartman at zedat.fu-berlin.de>, Tomoaki AOKI Approved by: danfe Differential Revision: https://reviews.freebsd.org/D7569
11 lines
263 B
C
11 lines
263 B
C
--- src/nvidia/nv-misc.h.orig 2014-02-13 05:07:44.000000000 +0100
|
|
+++ src/nvidia/nv-misc.h 2014-05-05 18:45:44.000000000 +0200
|
|
@@ -11,6 +11,8 @@
|
|
#ifndef _NV_MISC_H_
|
|
#define _NV_MISC_H_
|
|
|
|
+#include "opt_global.h"
|
|
+
|
|
#include "nvtypes.h"
|
|
#include "rmretval.h"
|
|
|