comparison xacodec.c @ 2409:25f6a4335abb

FreeBSD patch
author nexus
date Tue, 23 Oct 2001 08:55:47 +0000
parents 2547932c6ef0
children 557a31eed636
comparison
equal deleted inserted replaced
2408:2453b4af2661 2409:25f6a4335abb
5 and Arpad Gereoffy <arpi@thot.banki.hu> 5 and Arpad Gereoffy <arpi@thot.banki.hu>
6 */ 6 */
7 7
8 #include <stdio.h> 8 #include <stdio.h>
9 #include <stdlib.h> 9 #include <stdlib.h>
10
11 #ifdef __FreeBSD__
12 #include <unistd.h>
13 #endif
10 14
11 #include <dlfcn.h> /* dlsym, dlopen, dlclose */ 15 #include <dlfcn.h> /* dlsym, dlopen, dlclose */
12 #include <stdarg.h> /* va_alist, va_start, va_end */ 16 #include <stdarg.h> /* va_alist, va_start, va_end */
13 #include <errno.h> /* strerror, errno */ 17 #include <errno.h> /* strerror, errno */
14 18