blob: b3d24326b941c2df7fe5b0315497c84e3d09246b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.6 2005/10/12 21:59:10 jmmv Exp $
--- battstat/properties.c.orig 2005-07-09 07:48:58.000000000 +0200
+++ battstat/properties.c
@@ -25,6 +25,7 @@
#include <stdio.h>
+#include <sys/param.h>
#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/types.h>
|