diff options
| author | Paul Eggert | 2016-12-25 10:02:27 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-25 10:03:34 -0800 |
| commit | 615cec1dfe9a808141096d20c763d89ed406e64d (patch) | |
| tree | 2384a7e09648cb2d9fce82c319ac35420a84482d /src/thread.h | |
| parent | f5b9c1e59653ac687806f6f84181fc3f5020e6ba (diff) | |
| download | emacs-615cec1dfe9a808141096d20c763d89ed406e64d.tar.gz emacs-615cec1dfe9a808141096d20c763d89ed406e64d.zip | |
regex.h now includes sys/types.h
* src/dired.c, src/emacs.c, src/search.c, src/syntax.c, src/thread.h:
Do not include sys/types.h; no longer needed.
* src/regex.h: Include <sys/types.h>, as that's what Gnulib and
glibc regex.h does, and POSIX has blessed this since 2008.
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h index 6d1af5caa9c..9472ae30512 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -19,7 +19,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 19 | #ifndef THREAD_H | 19 | #ifndef THREAD_H |
| 20 | #define THREAD_H | 20 | #define THREAD_H |
| 21 | 21 | ||
| 22 | #include <sys/types.h> /* for ssize_t used by regex.h */ | ||
| 23 | #include "regex.h" | 22 | #include "regex.h" |
| 24 | 23 | ||
| 25 | #ifdef WINDOWSNT | 24 | #ifdef WINDOWSNT |