Date: Tue, 21 Feb 2017 13:48:02 +0000 (UTC) From: Matthew Rezny <rezny@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434525 - head/graphics/libdrm/files Message-ID: <201702211348.v1LDm2YD095609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rezny Date: Tue Feb 21 13:48:02 2017 New Revision: 434525 URL: https://svnweb.freebsd.org/changeset/ports/434525 Log: Add missing header to fix build on PPC Submitted by: andreast Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9666 Added: head/graphics/libdrm/files/patch-xf86drmMode.c (contents, props changed) Added: head/graphics/libdrm/files/patch-xf86drmMode.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libdrm/files/patch-xf86drmMode.c Tue Feb 21 13:48:02 2017 (r434525) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702211348.v1LDm2YD095609>