From 944c905ee4187477a769624514545338b81fa4d0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 18 Feb 2020 22:42:06 +0100 Subject: Add basic Guile stuff --- src/lightctx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lightctx.h') diff --git a/src/lightctx.h b/src/lightctx.h index 3017a5e..fb0ec1a 100644 --- a/src/lightctx.h +++ b/src/lightctx.h @@ -1,7 +1,7 @@ /* * nanolight.h * - * Copyright © 2019 Thomas White + * Copyright © 2019-2020 Thomas White * * This file is part of NanoLight. * @@ -25,6 +25,8 @@ #include +#include "scheme.h" + /* Fixture attributes */ #define INTENSITY (1<<0) #define COLOUR (1<<1) -- cgit v1.2.3