[hackers] [libixp] Include sys/select.h from ixp.h.

From: Kris Maglione <jg_AT_suckless.org>
Date: Sun Jul 01 22:46:20 2007

changeset: 69:ff3f81c25651
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Sun Jul 01 16:41:22 2007 -0400
summary: Include sys/select.h from ixp.h.

diff -r a384c6a11d12 -r ff3f81c25651 include/ixp.h
--- a/include/ixp.h Sun Jul 01 16:25:16 2007 -0400
+++ b/include/ixp.h Sun Jul 01 16:41:22 2007 -0400
@@ -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_rubyinit(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);
Received on Sun Jul 01 2007 - 22:46:20 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:57:27 UTC