add the headers you need

This commit is contained in:
christos 2012-11-04 22:47:21 +00:00
parent 4f048a363d
commit 8c13db6ad0
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysctlfs.c,v 1.16 2010/08/06 15:26:16 pooka Exp $ */
/* $NetBSD: sysctlfs.c,v 1.17 2012/11/04 22:47:21 christos Exp $ */
/*-
* Copyright (c) 2006, 2007 Antti Kantee. All Rights Reserved.
@ -33,12 +33,13 @@
#include <sys/cdefs.h>
#ifndef lint
__RCSID("$NetBSD: sysctlfs.c,v 1.16 2010/08/06 15:26:16 pooka Exp $");
__RCSID("$NetBSD: sysctlfs.c,v 1.17 2012/11/04 22:47:21 christos Exp $");
#endif /* !lint */
#include <sys/types.h>
#include <sys/sysctl.h>
#include <stdio.h>
#include <assert.h>
#include <err.h>
#include <errno.h>