On 13 Jan 2000 16:33:24 +0100, Jean-Marc Lasgouttes wrote:

>>>>>> "Lars" == Lars Gullik Bj°nnes <[EMAIL PROTECTED]> writes:
>
>Lars> | Maybe the right solution is to see which of these header files
>Lars> are needed | to make FD_ZERO work: sys/time.h, stdlib.h,
>Lars> strings.h. (After all, it is | FD_ZERO we want, not bzero.)
>Lars> Since the set of header files you are | already using is working
>Lars> for most systems, this ought to do the trick. | This could be
>Lars> done in configure.
>
>Lars> Should be cone in configure.
>
>I don't really see what to do, and since I can't try it out here, I'd
>be glad to have a patch :)
>
>JMarc
>

Could appending the following includes help (at least they are part of
X11, should only influence certain 'broken' systems and shouldn't
change anything else):

#include <X11/Xfuncs.h>
#include <X11/XPoll.h>

Greets,

        Arnd

Reply via email to