pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2011-07-02
2011-07-02 10:35:56 by Martin Stjernholm <mast@lysator.liu.se>
1abad8337b8f7cfd809271961d99c0b8321c5569 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
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>