mirror of
https://github.com/sonertari/SSLproxy
synced 2024-11-04 12:00:15 +00:00
Add errno.h
This commit is contained in:
parent
3ebfba3044
commit
e3adfba4ba
@ -217,10 +217,10 @@ endif
|
||||
|
||||
# Autodetect dependencies known to pkg-config
|
||||
PKGS:=
|
||||
#ifndef OPENSSL_BASE
|
||||
#PKGS+= $(shell $(PKGCONFIG) $(PCFLAGS) --exists openssl \
|
||||
# && echo openssl)
|
||||
#endif
|
||||
ifndef OPENSSL_BASE
|
||||
PKGS+= $(shell $(PKGCONFIG) $(PCFLAGS) --exists openssl \
|
||||
&& echo openssl)
|
||||
endif
|
||||
ifndef LIBEVENT_BASE
|
||||
PKGS+= $(shell $(PKGCONFIG) $(PCFLAGS) --exists libevent \
|
||||
&& echo libevent)
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#ifndef __BSD__
|
||||
#include <getopt.h>
|
||||
|
@ -37,6 +37,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/resource.h>
|
||||
#include <errno.h>
|
||||
|
||||
/*
|
||||
* Handle out of memory conditions in early stages of main().
|
||||
|
Loading…
Reference in New Issue
Block a user