diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index 55e446ad1d7..9cf17dc17ec 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3666,6 +3666,7 @@ The value takes effect when `start-process' is called."); | |||
| 3666 | #include "lisp.h" | 3666 | #include "lisp.h" |
| 3667 | #include "systime.h" | 3667 | #include "systime.h" |
| 3668 | #include "termopts.h" | 3668 | #include "termopts.h" |
| 3669 | #include "sysselect.h" | ||
| 3669 | 3670 | ||
| 3670 | extern int frame_garbaged; | 3671 | extern int frame_garbaged; |
| 3671 | 3672 | ||