From 76de8f3015b12b27a6752db2754578dc12c5a188 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 9 Feb 2018 15:41:50 -0500 Subject: Move gfx interface to header file .o files should technically depend on this, but I don't think it will matter much. --- bin/gfx/none.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/gfx/none.c') diff --git a/bin/gfx/none.c b/bin/gfx/none.c index b1558da5..c3b4a0a9 100644 --- a/bin/gfx/none.c +++ b/bin/gfx/none.c @@ -16,6 +16,8 @@ #include +#include "gfx.h" + int main() { return EX_CONFIG; } -- cgit 1.4.1