commit c8c01833a7dba09fdb4f0f2e75f626ad2abb06fc
parent 3b4c61b7971755b6872305e19d16ace8f7c22ee1
Author: Kris Maglione <jg@suckless.org>
Date: Sun, 1 Jul 2007 16:41:22 -0400
Include sys/select.h from ixp.h.
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/ixp.h b/include/ixp.h
@@ -5,6 +5,7 @@
#include <stdarg.h>
#include <sys/types.h>
+#include <sys/select.h>
#undef uchar
#define uchar _ixpuchar
@@ -404,6 +405,12 @@ int ixp_taskinit(void);
int ixp_rubyinit(void);
int ixp_pthread_init(void);
+#ifdef VARARGCK
+# pragma varargck argpos ixp_print 3
+# pragma varargck argpos ixp_werrstr 2
+# pragma varargck argpos ixp_eprint 2
+#endif
+
/* client.c */
IxpClient *ixp_mount(char *address);
IxpClient *ixp_mountfd(int fd);