summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-12-30 23:08:30 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-12-30 23:08:30 +0000
commit194bb45f9b6c6ddce46f6c764ce9e52f9a70c7c6 (patch)
tree3a55d8d395672966522939a9e3d72616a6525afc /sys/dev/pcmcia
parent0b1bf6081fad3d2e922fc79beeb4f1e0fe81cbfe (diff)
Don't pull in <sys/file.h> just to get fcntl.h
ok deraadt@ krw@
Diffstat (limited to 'sys/dev/pcmcia')
-rw-r--r--sys/dev/pcmcia/gpr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/gpr.c b/sys/dev/pcmcia/gpr.c
index 46902793854..8180ac25f34 100644
--- a/sys/dev/pcmcia/gpr.c
+++ b/sys/dev/pcmcia/gpr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gpr.c,v 1.17 2016/03/14 23:08:06 krw Exp $ */
+/* $OpenBSD: gpr.c,v 1.18 2017/12/30 23:08:29 guenther Exp $ */
/*
* Copyright (c) 2002, Federico G. Schwindt
@@ -39,7 +39,7 @@
#include <sys/device.h>
#include <sys/systm.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/proc.h>