diff options
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h index 0350e95310d..908304f06e7 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -20,9 +20,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 20 | #ifdef HAVE_SYS_TYPES_H | 20 | #ifdef HAVE_SYS_TYPES_H |
| 21 | #include <sys/types.h> | 21 | #include <sys/types.h> |
| 22 | #endif | 22 | #endif |
| 23 | #ifdef HAVE_UNISTD_H | 23 | |
| 24 | #include <unistd.h> | 24 | #include <unistd.h> |
| 25 | #endif | ||
| 26 | 25 | ||
| 27 | #ifdef HAVE_GNUTLS | 26 | #ifdef HAVE_GNUTLS |
| 28 | #include "gnutls.h" | 27 | #include "gnutls.h" |