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