From: Eli Zaretskii Date: Fri, 9 Dec 2016 16:04:27 +0000 (+0200) Subject: Fix compilation on Debian GNU/Linux X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~2169^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ae490069eafa68356405fc9719910a4c533f14ea;p=emacs.git Fix compilation on Debian GNU/Linux * src/thread.h: Include sys/types.h, for ssize_t that regex.h uses. Reported by Robert Marshall . --- diff --git a/src/thread.h b/src/thread.h index d4cae360f68..64448007531 100644 --- a/src/thread.h +++ b/src/thread.h @@ -19,6 +19,7 @@ along with GNU Emacs. If not, see . */ #ifndef THREAD_H #define THREAD_H +#include /* for ssize_t used by regex.h */ #include "regex.h" #ifdef WINDOWSNT