oops, forgot rndvar.h
authorderaadt <deraadt@openbsd.org>
Fri, 19 Dec 2014 14:15:50 +0000 (14:15 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 19 Dec 2014 14:15:50 +0000 (14:15 +0000)
sys/arch/loongson/dev/apm.c

index 49a597a..149e22b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: apm.c,v 1.26 2014/12/18 20:01:33 deraadt Exp $        */
+/*     $OpenBSD: apm.c,v 1.27 2014/12/19 14:15:50 deraadt Exp $        */
 
 /*-
  * Copyright (c) 2001 Alexander Guy.  All rights reserved.
@@ -45,6 +45,7 @@
 #include <sys/event.h>
 #include <sys/reboot.h>
 #include <sys/hibernate.h>
+#include <dev/rndvar.h>
 
 #include <machine/autoconf.h>
 #include <machine/conf.h>