diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/process.h b/src/process.h index c4b4281fedf..b585515d6b1 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -19,6 +19,12 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 19 | the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 20 | Boston, MA 02110-1301, USA. */ | 20 | Boston, MA 02110-1301, USA. */ |
| 21 | 21 | ||
| 22 | #ifdef HAVE_SYS_TYPES_H | ||
| 23 | #include <sys/types.h> | ||
| 24 | #endif | ||
| 25 | #ifdef HAVE_UNISTD_H | ||
| 26 | #include <unistd.h> | ||
| 27 | #endif | ||
| 22 | 28 | ||
| 23 | /* This structure records information about a subprocess | 29 | /* This structure records information about a subprocess |
| 24 | or network connection. | 30 | or network connection. |