Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Include errno from the proper place.
Vsevolod Stakhov committed 11 years ago
commit 01a02f30d6d7a4e34978759796b52fd62786c6f3
parent 3bdbed6aa34b34e325c506fbbde44516c947633d
1 file changed +1 -0
modified compat/gr_util.c
@@ -32,6 +32,7 @@
#include <sys/errno.h>
#include <sys/stat.h>

+
#include <errno.h>
#include <ctype.h>
#include <err.h>
#include <fcntl.h>