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