1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/kwebwatch/files/patch-ad
Steve Price 530754aa29 Adding kwebwatch version 0.72.
Monitors your favorite web pages and notifies you of updates.

PR:		19621
Submitted by:	Mario S F Ferreira <lioux@linf.unb.br>
2000-07-10 03:56:18 +00:00

13 lines
273 B
Plaintext

--- kwebwatch/options.h.orig Sat Jul 1 01:51:18 2000
+++ kwebwatch/options.h Sat Jul 1 01:53:11 2000
@@ -26,6 +26,9 @@
#ifndef OPTIONS_H
#define OPTIONS_H
+#include <sys/types.h>
+#include <limits.h>
+
#include <qdialog.h>
#include <qpushbt.h>
#include <qlined.h>