And the famous last words: here is the patch!

-- 
Jonas Fonseca
diff --git a/src/document/html/renderer.c b/src/document/html/renderer.c
index 5422693..c8f4173 100644
--- a/src/document/html/renderer.c
+++ b/src/document/html/renderer.c
@@ -4,8 +4,13 @@
 #include "config.h"
 #endif
 
+#include "elinks.h"
+
 #include <ctype.h>
+#include <errno.h>
 #include <stdarg.h>
+#include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "elinks.h"
_______________________________________________
elinks-users mailing list
elinks-users@linuxfromscratch.org
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to