summaryrefslogtreecommitdiff
path: root/net/netspeed_applet/files/patch-src__backend.h
blob: 176efc3e79b11a3ebc95ba618a58758d984d335e (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
24
--- src/backend.h.orig	Wed Dec  1 13:43:47 2004
+++ src/backend.h	Fri Apr 22 01:28:34 2005
@@ -20,18 +20,20 @@
 #ifndef _BACKEND_H
 #define _BACKEND_H
 
+#include "config.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>
 #include <ctype.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <net/if.h>
 #include <sys/ioctl.h>
 #include <glib.h>
-#ifdef USE_GLIBTOP
+#ifdef USE_LIBGTOP
 #include <glibtop/netload.h>
 #endif