diff options
| author | Juanma Barranquero | 2006-11-10 15:44:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-10 15:44:40 +0000 |
| commit | ed4a37304a10eb09a945f442bb761cde5fed6be7 (patch) | |
| tree | c6531b1640e1a3287b774f51e7c303927a21111c /lib-src/emacsclient.c | |
| parent | bf4c75a4ee05ca3cb8ba82ddb63b3e9f41c21f65 (diff) | |
| download | emacs-ed4a37304a10eb09a945f442bb761cde5fed6be7.tar.gz emacs-ed4a37304a10eb09a945f442bb761cde5fed6be7.zip | |
[!WINDOWSNT]: Include <sys/types.h>.
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 2ad3701e07a..7cf703d40d1 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -41,6 +41,8 @@ Boston, MA 02110-1301, USA. */ | |||
| 41 | 41 | ||
| 42 | #else /* !WINDOWSNT */ | 42 | #else /* !WINDOWSNT */ |
| 43 | 43 | ||
| 44 | # include <sys/types.h> | ||
| 45 | |||
| 44 | # ifdef HAVE_INET_SOCKETS | 46 | # ifdef HAVE_INET_SOCKETS |
| 45 | # include <netinet/in.h> | 47 | # include <netinet/in.h> |
| 46 | # endif | 48 | # endif |