diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.h b/src/thread.h index 922eea62178..e1eb40921b4 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -19,7 +19,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 19 | #ifndef THREAD_H | 19 | #ifndef THREAD_H |
| 20 | #define THREAD_H | 20 | #define THREAD_H |
| 21 | 21 | ||
| 22 | #include "regex.h" | 22 | #include "regex-emacs.h" |
| 23 | 23 | ||
| 24 | #ifdef WINDOWSNT | 24 | #ifdef WINDOWSNT |
| 25 | #include <sys/socket.h> | 25 | #include <sys/socket.h> |