mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
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:
parent
3ef50c1ff6
commit
ae490069ea
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue