hlfw.ca

x9dev

Download patch

ref: b54825b3e5327ee8f1f54e2fbccf9ac2b3c15968
parent: a42a05b8d6aa8d00bb2059abaaeb92ddd7468b66
author: halfwit <michaelmisch1985@gmail.com>
date: Thu Oct 15 09:34:02 PDT 2020

Forgot an include

--- a/libdraw/window.c
+++ b/libdraw/window.c
@@ -1,4 +1,5 @@
 #include <stdlib.h>
+#include <stdio.h>
 #include <sys/types.h>
 #include <unistd.h>
 #include <assert.h>