blob: 1b94fbb9f49947a42bc5cb98209c9d2258e7605d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- src/openfiles.c.orig Mon Apr 11 03:50:49 2005
+++ src/openfiles.c Mon Apr 11 03:52:13 2005
@@ -8,6 +8,7 @@
#include <netdb.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include "procman.h"
#include "openfiles.h"
@@ -152,10 +153,10 @@
{
ProcInfo *info;
GtkTreeModel *model;
- glibtop_open_files_entry *openfiles;
- glibtop_proc_open_files procmap;
GHashTable *new_maps;
gint i;
+ glibtop_open_files_entry *openfiles;
+ glibtop_proc_open_files procmap;
info = g_object_get_data (G_OBJECT (tree), "selected_info");
g_return_if_fail (info);
|