Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/drm Include <linux/errno...



details:   https://anonhg.NetBSD.org/src/rev/d6295a9923ec
branches:  riastradh-drm2
changeset: 788039:d6295a9923ec
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jul 24 01:57:35 2013 +0000

description:
Include <linux/errno.h> in drm_agpsupport.c.

diffstat:

 sys/external/bsd/drm2/dist/drm/drm_agpsupport.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 36319f3cefcd -r d6295a9923ec sys/external/bsd/drm2/dist/drm/drm_agpsupport.c
--- a/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c   Wed Jul 24 01:57:20 2013 +0000
+++ b/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c   Wed Jul 24 01:57:35 2013 +0000
@@ -32,6 +32,7 @@
  */
 
 #include <drm/drmP.h>
+#include <linux/errno.h>
 #include <linux/module.h>
 #include <linux/slab.h>
 



Home | Main Index | Thread Index | Old Index