summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorVisa Hankala <visa@cvs.openbsd.org>2019-12-20 13:25:03 +0000
committerVisa Hankala <visa@cvs.openbsd.org>2019-12-20 13:25:03 +0000
commite6196b80c59c7696b34d544039ba94a70b00e0b2 (patch)
treeb94a2697496ca47b77b44d2417e6aa5bf81fdbc0 /sys
parent9ffdc4310813fef00293fe7fde85e32ea5931cfe (diff)
Fix build.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/loongson/loongson/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/loongson/conf.c b/sys/arch/loongson/loongson/conf.c
index 27e7a5ec9f6..e57db5bd148 100644
--- a/sys/arch/loongson/loongson/conf.c
+++ b/sys/arch/loongson/loongson/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.25 2019/12/17 13:08:56 reyk Exp $ */
+/* $OpenBSD: conf.c,v 1.26 2019/12/20 13:25:02 visa Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -120,7 +120,7 @@ cdev_decl(pci);
#include "usb.h"
#include "uhid.h"
-#incluee "fido.h"
+#include "fido.h"
#include "ugen.h"
#include "ulpt.h"
#include "ucom.h"