pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2011-07-01
2011-07-01 00:37:57 by Martin Stjernholm <mast@lysator.liu.se>
9916d8127039320ce7cfa0e2eed2484cd26200fa (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.8
And now, as an amazing bonus, it also survives BEING COMPILED!
46:
#include "pike_float.h" #include "pike_compiler.h"
+
#include <errno.h>
+
#ifdef HAVE_POLL #ifdef HAVE_POLL_H #include <poll.h>