23 lines
568 B
Diff
23 lines
568 B
Diff
|
|
From bf461b565f24f2c913d913b3889ec7c47b115833 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Christine Caulfield <ccaulfie@redhat.com>
|
||
|
|
Date: Fri, 21 Feb 2020 07:53:23 +0000
|
||
|
|
Subject: [PATCH] list: #include <stddef.h> in qblist.h
|
||
|
|
|
||
|
|
Some platforms require it.
|
||
|
|
---
|
||
|
|
include/qb/qblist.h | 1 +
|
||
|
|
1 file changed, 1 insertion(+)
|
||
|
|
|
||
|
|
diff --git a/include/qb/qblist.h b/include/qb/qblist.h
|
||
|
|
index 8064c874..160417e1 100644
|
||
|
|
--- a/include/qb/qblist.h
|
||
|
|
+++ b/include/qb/qblist.h
|
||
|
|
@@ -28,6 +28,7 @@ extern "C" {
|
||
|
|
/* *INDENT-ON* */
|
||
|
|
|
||
|
|
#include <stdint.h>
|
||
|
|
+#include <stddef.h>
|
||
|
|
#include <qb/qbdefs.h>
|
||
|
|
|
||
|
|
/**
|