aboutsummaryrefslogtreecommitdiff
path: root/libpkgconf/bsdstubs.h
diff options
context:
space:
mode:
authorPierre Pronchery <khorben@FreeBSD.org>2026-06-24 19:47:19 +0000
committerPierre Pronchery <khorben@FreeBSD.org>2026-06-29 05:21:29 +0000
commitebcc78644e0cbc4141807c0887ef8d902cb91bb4 (patch)
treeda5efe7c3c9ae0f140e24a1b69833a476fb09f01 /libpkgconf/bsdstubs.h
parent6294b6ab217a2d5f1d2bc23a64505a228294c508 (diff)
Diffstat (limited to 'libpkgconf/bsdstubs.h')
-rw-r--r--libpkgconf/bsdstubs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpkgconf/bsdstubs.h b/libpkgconf/bsdstubs.h
index 21b9432a4a55..fc23b131e0da 100644
--- a/libpkgconf/bsdstubs.h
+++ b/libpkgconf/bsdstubs.h
@@ -2,6 +2,8 @@
* bsdstubs.h
* Header for stub BSD function prototypes if unavailable on a specific platform.
*
+ * SPDX-License-Identifier: pkgconf
+ *
* Copyright (c) 2012 William Pitcock <nenolod@dereferenced.org>.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -16,6 +18,8 @@
#ifndef LIBPKGCONF_BSDSTUBS_H
#define LIBPKGCONF_BSDSTUBS_H
+#include <stddef.h>
+
#include <libpkgconf/libpkgconf-api.h>
#ifdef __cplusplus