emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] test-concurrency ae49006: Fix compilation on Debian GNU/Li


From: Eli Zaretskii
Subject: [Emacs-diffs] test-concurrency ae49006: Fix compilation on Debian GNU/Linux
Date: Fri, 9 Dec 2016 16:05:14 +0000 (UTC)

branch: test-concurrency
commit ae490069eafa68356405fc9719910a4c533f14ea
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix compilation on Debian GNU/Linux
    
    * src/thread.h: Include sys/types.h, for ssize_t that regex.h
    uses.  Reported by Robert Marshall <address@hidden>.
---
 src/thread.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/thread.h b/src/thread.h
index d4cae36..6444800 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]