summaryrefslogtreecommitdiff
path: root/src/device/pci_class.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pci_class.c')
-rw-r--r--src/device/pci_class.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/pci_class.c b/src/device/pci_class.c
index 460d85391b..c5630f72f7 100644
--- a/src/device/pci_class.c
+++ b/src/device/pci_class.c
@@ -1,8 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
+#include <commonlib/bsd/helpers.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ops.h>
+#include <stddef.h>
typedef struct {
const unsigned char subclass_id;