swc

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

commit 375e4414c9fab21b0421940708a6a0e64075a4b0
parent 68b74ad0020f3bdeed12cf5140b94653b76d09b5
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 25 Nov 2013 02:11:26 -0800

mode: Include stddef.h because libdrm/drm.h fails to

Diffstat:
Mlibswc/mode.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libswc/mode.h b/libswc/mode.h @@ -1,6 +1,7 @@ #ifndef SWC_MODE_H #define SWC_MODE_H +#include <stddef.h> #include <stdint.h> #include <stdbool.h> #include <xf86drmMode.h>