summaryrefslogtreecommitdiff
path: root/src/xgselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xgselect.h')
-rw-r--r--src/xgselect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xgselect.h b/src/xgselect.h
index ada2376c98e..524fff7d352 100644
--- a/src/xgselect.h
+++ b/src/xgselect.h
@@ -21,9 +21,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#define XGSELECT_H
#include "lisp.h"
-#include <time.h>
#include "sysselect.h"
+struct timespec;
+
extern int xg_select (int max_fds,
fd_set *rfds, fd_set *wfds, fd_set *efds,
struct timespec const *timeout,