summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-cpugraph-plugin/patches/patch-ad
blob: 1a3977c2df297d96a5ca11ef4e4b03d5774d5703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.2 2007/04/12 09:55:13 martti Exp $

--- panel-plugin/os.h.orig	2007-01-20 12:05:51.000000000 +0000
+++ panel-plugin/os.h
@@ -17,6 +17,10 @@
 #include <nlist.h>
 #endif
 
+#if defined(__DragonFly__)
+#include <kinfo.h>
+#endif
+
 #if defined (__NetBSD__)
 #include <sys/param.h>
 #include <sys/sched.h>