Merge pull request 'bsdstubs: include errno.h' (#242) from dcbaker/pkgconf:bsdstubs-errno into master
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: #242
pull/243/head
Ariadne Conill 2022-08-08 00:51:32 +00:00
commit 03ba00d30b
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
#include <errno.h>
#include <libpkgconf/bsdstubs.h>
#include <libpkgconf/config.h>