From 10e6e2c59183dd565f2f1fc60eb460cfcb0f093c Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 11 Jul 2019 04:26:38 +0000 Subject: include linux/string.h so drm_panel_orientation_quirks.c can get the definition for match_string() --- sys/dev/pci/drm/include/linux/bitmap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/drm/include/linux/bitmap.h b/sys/dev/pci/drm/include/linux/bitmap.h index f54b9df2bdf..dc2055db5d2 100644 --- a/sys/dev/pci/drm/include/linux/bitmap.h +++ b/sys/dev/pci/drm/include/linux/bitmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bitmap.h,v 1.1 2019/04/14 10:14:53 jsg Exp $ */ +/* $OpenBSD: bitmap.h,v 1.2 2019/07/11 04:26:37 jsg Exp $ */ /* * Copyright (c) 2013, 2014, 2015 Mark Kettenis * @@ -19,6 +19,7 @@ #define _LINUX_BITMAP_H #include +#include #define bitmap_empty(p, n) (find_first_bit(p, n) == n) -- cgit v1.2.3