summaryrefslogtreecommitdiff
path: root/src/lightctx.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-02-18 22:42:06 +0100
committerThomas White <taw@physics.org>2020-02-18 23:44:05 +0100
commit944c905ee4187477a769624514545338b81fa4d0 (patch)
treeb86efa4b5615b85808f145f550042a9f0a8cd5f3 /src/lightctx.h
parentc9984d69faa1ff4e6c8c5fe59b69e748387a8c80 (diff)
Add basic Guile stuff
Diffstat (limited to 'src/lightctx.h')
-rw-r--r--src/lightctx.h4
1 files changed, 3 insertions, 1 deletions
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 <taw@bitwiz.me.uk>
+ * Copyright © 2019-2020 Thomas White <taw@bitwiz.me.uk>
*
* This file is part of NanoLight.
*
@@ -25,6 +25,8 @@
#include <gtk/gtk.h>
+#include "scheme.h"
+
/* Fixture attributes */
#define INTENSITY (1<<0)
#define COLOUR (1<<1)