diff options
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index ac766058d34..95efd505979 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -30,9 +30,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 30 | #ifdef HAVE_LIMITS_H | 30 | #ifdef HAVE_LIMITS_H |
| 31 | #include <limits.h> | 31 | #include <limits.h> |
| 32 | #endif /* HAVE_LIMITS_H */ | 32 | #endif /* HAVE_LIMITS_H */ |
| 33 | #ifdef HAVE_UNISTD_H | ||
| 34 | #include <unistd.h> | 33 | #include <unistd.h> |
| 35 | #endif | ||
| 36 | 34 | ||
| 37 | #include "lisp.h" | 35 | #include "lisp.h" |
| 38 | #include "sysselect.h" | 36 | #include "sysselect.h" |