summaryrefslogtreecommitdiff
path: root/arch/x86/machine/pit.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/pit.c')
-rw-r--r--arch/x86/machine/pit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/machine/pit.c b/arch/x86/machine/pit.c
index bf53ee1..c31c7e0 100644
--- a/arch/x86/machine/pit.c
+++ b/arch/x86/machine/pit.c
@@ -15,7 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <kern/assert.h>
+#include <assert.h>
+
#include <kern/init.h>
#include <machine/io.h>
#include <machine/pit.h>