diff options
Diffstat (limited to 'src/thread.h')
| -rw-r--r-- | src/thread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h index d155837ccad..91bab8284e6 100644 --- a/src/thread.h +++ b/src/thread.h | |||
| @@ -21,6 +21,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 21 | 21 | ||
| 22 | #include "regex.h" | 22 | #include "regex.h" |
| 23 | 23 | ||
| 24 | #ifdef WINDOWSNT | ||
| 25 | #include <sys/socket.h> | ||
| 26 | #endif | ||
| 27 | |||
| 24 | #include "sysselect.h" /* FIXME */ | 28 | #include "sysselect.h" /* FIXME */ |
| 25 | #include "systime.h" /* FIXME */ | 29 | #include "systime.h" /* FIXME */ |
| 26 | 30 | ||