diff options
Diffstat (limited to 'libpkgconf/bsdstubs.h')
| -rw-r--r-- | libpkgconf/bsdstubs.h | 4 |
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 |
