forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
206 B
C
10 lines
206 B
C
--- apic.c.orig 2011-09-15 15:38:59.000000000 -0700
|
|
+++ apic.c 2011-09-15 15:39:09.000000000 -0700
|
|
@@ -8,6 +8,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
+#include <unistd.h>
|
|
#include "apic.h"
|
|
#include "x86info.h"
|
|
|