X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6eab3936c71951e304f13b69ad2e835ddaf9f2f4..094aaf226f904638f6da22468674782bd36c18e9:/src/sysselect.h diff --git a/src/sysselect.h b/src/sysselect.h index 54f90fb396..0bf9b40a3c 100644 --- a/src/sysselect.h +++ b/src/sysselect.h @@ -1,12 +1,12 @@ /* 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. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -23,6 +23,8 @@ along with GNU Emacs. If not, see . */ #include #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. */