commit | 90c9175c8197855afeb1eed17d98fa36b51c43a3 | [log] [tgz] |
---|---|---|
author | Eleni Maria Stea <elene.mst@gmail.com> | Mon Jun 07 10:19:18 2021 +0300 |
committer | Eleni Maria Stea <elene.mst@gmail.com> | Sun Jun 20 09:20:08 2021 +0300 |
tree | 1838d05f4740addac3c3f9f3e5bac5498333496c | |
parent | 085ee3e488b48453a3ed82ae3b95dbcb6920a8c6 [diff] |
include <sys/types.h> in xf86drmMode when the OS is FreeBSD <sys/types.h> need to be included in xf86drmMode.c for type u_int in <sys/sysctl.h> (that is included when OS is FreeBSD) to be recognized. Signed-off-by: Eleni Maria Stea <elene.mst@gmail.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch>