aboutsummaryrefslogtreecommitdiff
path: root/sysutils/powerman/files/patch-src-powermand.c
blob: c893d8b10c90d496bbf733558de79755b7927c1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$FreeBSD$

--- src/powermand.c.orig	Mon Mar 29 14:23:55 2004
+++ src/powermand.c	Mon Mar 29 14:24:44 2004
@@ -35,6 +35,10 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <assert.h>
+#ifdef __linux__
+#include <list.h>
+#endif
+#include <limits.h>
 
 #include "powerman.h"
 #include "list.h"