diff options
Diffstat (limited to 'lib/replace/replace.h')
-rw-r--r-- | lib/replace/replace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/replace/replace.h b/lib/replace/replace.h index 60aa3d4e2c..c081f23c26 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -797,4 +797,9 @@ int fdatasync(int ); #endif #endif +#ifndef HAVE_POLL +#define poll rep_poll +/* prototype is in "system/network.h" */ +#endif + #endif /* _LIBREPLACE_REPLACE_H */ |