diff options
Diffstat (limited to 'testing/lxpanel/10-devproc-lxpanel-0.6.2.patch')
-rw-r--r-- | testing/lxpanel/10-devproc-lxpanel-0.6.2.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch b/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch new file mode 100644 index 0000000000..aed0cc50ce --- /dev/null +++ b/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch @@ -0,0 +1,21 @@ +--- a/src/plugins/netstat/devproc.c ++++ b/src/plugins/netstat/devproc.c +@@ -25,15 +25,15 @@ + #include <net/if.h> + #include <net/if_arp.h> + #include <arpa/inet.h> +-#include <linux/sockios.h> +-#include <linux/types.h> +-#include <linux/ethtool.h> + #include <iwlib.h> + #include "nsconfig.h" + #include "netstat.h" + #include "statusicon.h" + #include "devproc.h" + #include "dbg.h" ++#include <linux/sockios.h> ++#include <linux/types.h> ++#include <linux/ethtool.h> + + /* network device list */ + static void netproc_netdevlist_add(NETDEVLIST_PTR *netdev_list, |