diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-01 02:05:26 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-01 02:05:26 +0000 |
commit | 6d5a72bc1d98a42ba42f082e50a22e911c1d82d3 (patch) | |
tree | 1bf23174bdb6fc71e2846dda0eca195a418484e7 /includes.h | |
parent | 2ee26b431f98cf1dc0e4fb9809ad1e0c879b8c08 (diff) | |
parent | 58657d96514cd6f16d82add8d6f4adbb36765758 (diff) |
Debian release 3.5p1-1.
Diffstat (limited to 'includes.h')
-rw-r--r-- | includes.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/includes.h b/includes.h index e20d7a519..d7b875c52 100644 --- a/includes.h +++ b/includes.h | |||
@@ -115,6 +115,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } | |||
115 | #ifdef HAVE_SYS_UN_H | 115 | #ifdef HAVE_SYS_UN_H |
116 | # include <sys/un.h> /* For sockaddr_un */ | 116 | # include <sys/un.h> /* For sockaddr_un */ |
117 | #endif | 117 | #endif |
118 | #ifdef HAVE_STDINT_H | ||
119 | # include <stdint.h> | ||
120 | #endif | ||
118 | #ifdef HAVE_SYS_BITYPES_H | 121 | #ifdef HAVE_SYS_BITYPES_H |
119 | # include <sys/bitypes.h> /* For u_intXX_t */ | 122 | # include <sys/bitypes.h> /* For u_intXX_t */ |
120 | #endif | 123 | #endif |
@@ -146,6 +149,14 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } | |||
146 | # include <readpassphrase.h> | 149 | # include <readpassphrase.h> |
147 | #endif | 150 | #endif |
148 | 151 | ||
152 | #ifdef HAVE_IA_H | ||
153 | # include <ia.h> | ||
154 | #endif | ||
155 | |||
156 | #ifdef HAVE_TMPDIR_H | ||
157 | # include <tmpdir.h> | ||
158 | #endif | ||
159 | |||
149 | #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ | 160 | #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */ |
150 | 161 | ||
151 | #include "defines.h" | 162 | #include "defines.h" |