diff options
Diffstat (limited to 'libpkgconf/iter.h')
| -rw-r--r-- | libpkgconf/iter.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpkgconf/iter.h b/libpkgconf/iter.h index 199d299f6bed..af2ec139bfcd 100644 --- a/libpkgconf/iter.h +++ b/libpkgconf/iter.h @@ -2,6 +2,8 @@ * iter.h * Linked lists and iterators. * + * SPDX-License-Identifier: pkgconf + * * Copyright (c) 2013 pkgconf authors (see AUTHORS). * * Permission to use, copy, modify, and/or distribute this software for any @@ -16,6 +18,8 @@ #ifndef LIBPKGCONF_ITER_H #define LIBPKGCONF_ITER_H +#include <stddef.h> + #ifdef __cplusplus extern "C" { #endif |
