Fix compilation on Debian GNU/Linux
* src/thread.h: Include sys/types.h, for ssize_t that regex.h uses. Reported by Robert Marshall <robert.marshall@codethink.co.uk>.
This commit is contained in:
@@ -19,6 +19,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
||||
#ifndef THREAD_H
|
||||
#define THREAD_H
|
||||
|
||||
#include <sys/types.h> /* for ssize_t used by regex.h */
|
||||
#include "regex.h"
|
||||
|
||||
#ifdef WINDOWSNT
|
||||
|
||||
Reference in New Issue
Block a user