2009-07-28 21:44:22 +00:00
|
|
|
/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */
|
|
|
|
|
2008-06-14 18:41:12 +00:00
|
|
|
#ifndef NETBSD_H_
|
|
|
|
#define NETBSD_H_
|
|
|
|
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <time.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <err.h>
|
|
|
|
#include <limits.h>
|
|
|
|
#include <paths.h>
|
|
|
|
#include <kvm.h>
|
|
|
|
#include <nlist.h>
|
|
|
|
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <sys/sysctl.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/user.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/swap.h>
|
|
|
|
#include <sys/sched.h>
|
|
|
|
#include <sys/envsys.h>
|
|
|
|
|
|
|
|
#include <net/if.h>
|
|
|
|
|
|
|
|
#include <uvm/uvm_extern.h>
|
|
|
|
|
|
|
|
#include <machine/param.h>
|
|
|
|
|
|
|
|
#include "conky.h"
|
|
|
|
#include "common.h"
|
|
|
|
|
|
|
|
#endif /*NETBSD_H_*/
|