mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
530754aa29
Monitors your favorite web pages and notifies you of updates. PR: 19621 Submitted by: Mario S F Ferreira <lioux@linf.unb.br>
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
--- kwebwatch/web.h.orig Sat Jul 1 02:16:56 2000
|
|
+++ kwebwatch/web.h Sat Jul 1 02:17:12 2000
|
|
@@ -26,6 +26,7 @@
|
|
#ifndef WEB_H
|
|
#define WEB_H
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h> /* basic socket definitions */
|
|
#include <sys/time.h> /* timeval{} for select() */
|
|
#include <errno.h>
|