diff options
Diffstat (limited to 'src/errno.c')
-rw-r--r-- | src/errno.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errno.c b/src/errno.c index 80b46fe..aae7513 100644 --- a/src/errno.c +++ b/src/errno.c @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <errno.h> +#include <stddef.h> |