From 0f1dc447c9c6a93f2f899cf3779e654774f4033f Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 29 Jul 1999 22:29:27 +0000 Subject: [PATCH] Reran autoheader. --- src/config.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h.in b/src/config.h.in index 80590fb..5de7cb0 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -26,6 +26,7 @@ #ifdef HAVE_POLL #include #else +/* kludge it up */ struct pollfd { int fd; short events; short revents; }; #define POLLIN 1 #define POLLPRI 2 -- 2.11.0