bsdstubs: include errno.h #242

Merged
ariadne merged 1 commits from dcbaker/pkgconf:bsdstubs-errno into master 2022-08-08 00:51:33 +00:00
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>