diff options
author | Steven Barth <steven@midlink.org> | 2009-03-03 22:44:26 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-03-03 22:44:26 +0000 |
commit | e38c438771d10231e7ce1b74c027b4914acd6c78 (patch) | |
tree | 91ca365e48919d9af60e11ec7564f47538208289 /libs/nixio/src/openssl-compat.h | |
parent | a3079828b4e0c0fabd96dfca87b99a5b5d9529e5 (diff) |
nixio:
Use POSIX file functions
introduce dup()
introduce fork() wait() kill()
more signal interrupt wrappers
more POSIX / UNIX standard compliance
Diffstat (limited to 'libs/nixio/src/openssl-compat.h')
-rw-r--r-- | libs/nixio/src/openssl-compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/nixio/src/openssl-compat.h b/libs/nixio/src/openssl-compat.h index afda58fba..669b2b994 100644 --- a/libs/nixio/src/openssl-compat.h +++ b/libs/nixio/src/openssl-compat.h @@ -36,6 +36,7 @@ * port is. */ +#include "nixio.h" #include "config.h" #define WITH_AXTLS 1 |