more includes
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3216 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -47,7 +47,18 @@ | |||||||
| #include <string.h> | #include <string.h> | ||||||
| #include <stdlib.h> | #include <stdlib.h> | ||||||
| #include <errno.h> | #include <errno.h> | ||||||
|  | #ifdef HAVE_SYS_TYPES_H | ||||||
|  | #include <sys/types.h> | ||||||
|  | #endif | ||||||
|  | #ifdef HAVE_UNISTD_H | ||||||
|  | #include <unistd.h> | ||||||
|  | #endif | ||||||
|  | #ifdef HAVE_FCNTL_H | ||||||
|  | #include <fcntl.h> | ||||||
|  | #endif | ||||||
|  | #ifdef HAVE_SYS_FILE_H | ||||||
| #include <sys/file.h> | #include <sys/file.h> | ||||||
|  | #endif | ||||||
| #include <roken.h> | #include <roken.h> | ||||||
|  |  | ||||||
| #include <krb5.h> | #include <krb5.h> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund