comparison src/xs_support.c @ 946:f8e1de328ac1

Fix various compilation related issues, make includes more POSIX compliant, utilize autoconf detected stuff via conditionals as needed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 20:32:18 +0200
parents b31d420b7fee
children b2caef664524
comparison
equal deleted inserted replaced
945:600964060bcc 946:f8e1de328ac1
23 -- 23 --
24 Except for the MD5 related functionality at the end of this file. 24 Except for the MD5 related functionality at the end of this file.
25 -- 25 --
26 */ 26 */
27 #include "xs_support.h" 27 #include "xs_support.h"
28 #include <stdarg.h>
29 #include <ctype.h>
30 #ifndef __AUDACIOUS_NEWVFS__ 28 #ifndef __AUDACIOUS_NEWVFS__
31 #include <sys/types.h> 29 #include <sys/types.h>
32 #include <sys/stat.h> 30 #include <sys/stat.h>
33 #include <unistd.h>
34 #endif 31 #endif
35 32
36 /* Error messages 33 /* Error messages
37 */ 34 */
38 void xs_error(const char *fmt, ...) 35 void xs_error(const char *fmt, ...)