mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
8a5429671d
* Better article tracking/killfiling, preferences user-interface, external mailer plugins... * Most translations updated * Batch downloading, Save As, reverse searches * More stable (hopefully :) * Etc....
22 lines
488 B
Plaintext
22 lines
488 B
Plaintext
--- pan/gui.h.orig Tue Feb 15 13:47:56 2000
|
|
+++ pan/gui.h Tue Feb 22 22:29:46 2000
|
|
@@ -21,6 +21,7 @@
|
|
#ifndef __GUI_H__
|
|
#define __GUI_H__
|
|
|
|
+#include <sys/types.h>
|
|
#include <gtk/gtkwidget.h>
|
|
#include <libgnomeui/gnome-app.h>
|
|
#include <libgnomeui/gnome-app-helper.h>
|
|
@@ -28,6 +29,10 @@
|
|
#include "article.h"
|
|
#include "group.h"
|
|
#include "status-item.h"
|
|
+
|
|
+#if defined(__FreeBSD__)
|
|
+typedef u_long ulong;
|
|
+#endif
|
|
|
|
extern GtkWidget *groups_vbox;
|
|
extern GtkWidget *articlelist_ctree;
|