From eb93a27d6cea5d15cc655185f401b3aba1e3b634 Mon Sep 17 00:00:00 2001 From: June 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 7f78ce8a..f9ce12ff 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