summaryrefslogtreecommitdiff
path: root/net/net-snmp
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-01-03 18:18:30 +0000
committerjoerg <joerg@pkgsrc.org>2008-01-03 18:18:30 +0000
commit806e7641d4023ecb3ec09da2428b741c29edffec (patch)
tree2dca07a0f2f38daa8569ff070695f6f9c9b3dbbf /net/net-snmp
parentb7c0f7d69b16bc5d2742be93f00e2fa785b4f2d2 (diff)
downloadpkgsrc-806e7641d4023ecb3ec09da2428b741c29edffec.tar.gz
Fix build on older DragonFly.
Diffstat (limited to 'net/net-snmp')
-rw-r--r--net/net-snmp/files/cpu_dragonfly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net-snmp/files/cpu_dragonfly.c b/net/net-snmp/files/cpu_dragonfly.c
index 9d0ce4c0bf8..5ad815b8ba0 100644
--- a/net/net-snmp/files/cpu_dragonfly.c
+++ b/net/net-snmp/files/cpu_dragonfly.c
@@ -6,7 +6,7 @@
#include <net-snmp/agent/net-snmp-agent-includes.h>
#include <net-snmp/agent/hardware/cpu.h>
-#include <sys/types.h>
+#include <sys/param.h>
#include <sys/vmmeter.h>
#include <kinfo.h>
#include <stdlib.h>