]> code.delx.au - gnu-emacs/blobdiff - src/sysselect.h
; * src/w32proc.c: Update the commentary to sys_select.
[gnu-emacs] / src / sysselect.h
index 54f90fb3965816a707ceecbd00489962355f430b..b625a6582f91d2f1f1a320d8130c71af959304f7 100644 (file)
@@ -1,5 +1,5 @@
 /* sysselect.h - System-dependent definitions for the select function.
-   Copyright (C) 1995, 2001-2015 Free Software Foundation, Inc.
+   Copyright (C) 1995, 2001-2016 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -23,6 +23,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <sys/select.h>
 #endif
 
+#include "lisp.h"
+
 /* The w32 build defines select stuff in w32.h, which is included
    where w32 needs it, but not where sysselect.h is included.  The w32
    definitions in w32.h are incompatible with the below.  */