summaryrefslogtreecommitdiffstats
path: root/sys/i386/apm/apm.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-03-18 22:47:16 +0000
committernate <nate@FreeBSD.org>1996-03-18 22:47:16 +0000
commitf4fd38ee57f3bf67fc2b9eff336296dcfc2fb4fc (patch)
treea0b88f0dcff7e8ea26e7cdcf49d2b560fe8293f5 /sys/i386/apm/apm.c
parent4995ce37e88a881c127cba2e8890756b50b75c6f (diff)
downloadFreeBSD-src-f4fd38ee57f3bf67fc2b9eff336296dcfc2fb4fc.zip
FreeBSD-src-f4fd38ee57f3bf67fc2b9eff336296dcfc2fb4fc.tar.gz
Grr, let's actually include <sys/devconf.h> so that DEVCONF support actually
works.
Diffstat (limited to 'sys/i386/apm/apm.c')
-rw-r--r--sys/i386/apm/apm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c
index f99ca54..084ef8d 100644
--- a/sys/i386/apm/apm.c
+++ b/sys/i386/apm/apm.c
@@ -13,7 +13,7 @@
*
* Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD)
*
- * $Id: apm.c,v 1.29 1996/03/18 22:29:48 nate Exp $
+ * $Id: apm.c,v 1.30 1996/03/18 22:40:57 nate Exp $
*/
#include "apm.h"
@@ -39,6 +39,7 @@
#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <sys/syslog.h>
+#include <sys/devconf.h>
#include "apm_setup.h"
static int apm_display_off __P((void));
OpenPOWER on IntegriCloud