summaryrefslogtreecommitdiff
path: root/news/pan2/files/patch-ad
blob: 5806dc2e896cae2263c259531d7a24fa7b78c1eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- pan/gui.h.orig	Mon Jan 10 19:57:05 2000
+++ pan/gui.h	Mon Jan 10 19:58:24 2000
@@ -27,6 +27,10 @@
 #include "group.h"
 #include "status-item.h"
 
+#if defined(__FreeBSD__)
+typedef u_long ulong;
+#endif
+
 extern GtkWidget *groups_vbox;
 extern GtkWidget *articlelist_ctree;
 extern GtkWidget *text_box;