swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit d39de9284485a276b204fc588b91a50fbb19a7f4
parent 19ee1ac1cf84144a32a16e65cfa0ef35ad5536e2
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 24 Oct 2016 00:17:14 -0700

Drop libdrm/ from libdrm includes

This include directory will be added by pkgconfig.

Diffstat:
Mlibswc/drm.c | 2+-
Mlibswc/output.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libswc/drm.c b/libswc/drm.c @@ -37,7 +37,7 @@ #include <string.h> #include <fcntl.h> #include <unistd.h> -#include <libdrm/drm.h> +#include <drm.h> #include <xf86drm.h> #include <wld/wld.h> #include <wld/drm.h> diff --git a/libswc/output.c b/libswc/output.c @@ -8,7 +8,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <libdrm/drm.h> +#include <drm.h> #include <xf86drm.h> static void