diff options
author | joerg <joerg> | 2008-01-03 18:18:30 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-01-03 18:18:30 +0000 |
commit | c2a87bd81b7c4cb82f80bb59e486a6e945422355 (patch) | |
tree | 2dca07a0f2f38daa8569ff070695f6f9c9b3dbbf /net | |
parent | 60fe26651166297f6013cadaf3549f627dfd4251 (diff) | |
download | pkgsrc-c2a87bd81b7c4cb82f80bb59e486a6e945422355.tar.gz |
Fix build on older DragonFly.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/files/cpu_dragonfly.c | 2 |
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> |