blob: 70b75ddee8b2ffc19b4535782c46c39535217892 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- 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;
|