diff options
author | Matthew Rezny <rezny@FreeBSD.org> | 2017-02-21 13:48:02 +0000 |
---|---|---|
committer | Matthew Rezny <rezny@FreeBSD.org> | 2017-02-21 13:48:02 +0000 |
commit | bfe6614c5cd23e30ff1b601312f67ae5ef73888d (patch) | |
tree | 749d3ac52046cd68835d2ccfe385b2e95a5770e1 /graphics/libdrm | |
parent | d5f14482db22f54514ac30178f817f19606f0a48 (diff) | |
download | ports-bfe6614c5cd23e30ff1b601312f67ae5ef73888d.tar.gz ports-bfe6614c5cd23e30ff1b601312f67ae5ef73888d.zip |
Notes
Diffstat (limited to 'graphics/libdrm')
-rw-r--r-- | graphics/libdrm/files/patch-xf86drmMode.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/libdrm/files/patch-xf86drmMode.c b/graphics/libdrm/files/patch-xf86drmMode.c new file mode 100644 index 000000000000..3d7ef3780232 --- /dev/null +++ b/graphics/libdrm/files/patch-xf86drmMode.c @@ -0,0 +1,10 @@ +--- xf86drmMode.c.orig 2017-01-28 01:15:16 UTC ++++ xf86drmMode.c +@@ -47,6 +47,7 @@ + #include <stdlib.h> + #include <sys/ioctl.h> + #ifdef HAVE_SYS_SYSCTL_H ++#include <sys/types.h> + #include <sys/sysctl.h> + #endif + #include <stdio.h> |