openbsd-ports/www/retawq/patches/patch-resource_c
okan f68cb727c2 import retawq
retawq is an interactive, multi-threaded web browser for text terminals.
It is written in C, fast, small, nicely configurable, and comfortable.
The low-level network communications are performed in a non-blocking
way, and you can keep open as many "virtual windows" as you want and
work simultaneously in two of them in a split-screen mode.

based on a port from Girish Venkatachalam

feedback and ok merdely@
2008-12-07 22:03:28 +00:00

13 lines
330 B
Plaintext

$OpenBSD: patch-resource_c,v 1.1.1.1 2008/12/07 22:03:28 okan Exp $
--- resource.c.orig Mon Oct 6 09:43:22 2008
+++ resource.c Mon Oct 6 09:43:39 2008
@@ -9,6 +9,8 @@
#include "stuff.h"
#include "resource.h"
#include "parser.h"
+#include <netinet/in.h>
+#include <sys/socket.h>
#if CAN_HANDLE_SIGNALS
#include <signal.h>