diff options
| author | Dan Nicolaescu | 2008-12-14 03:23:43 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-14 03:23:43 +0000 |
| commit | 67c1df0180a58c6773ddfda7132b78f3e1073f14 (patch) | |
| tree | 398239d8f771af5569c4c08fd193376dabe48976 /lib-src | |
| parent | bdd8da910a8766f3958df6cbc397e9b290017e6c (diff) | |
| download | emacs-67c1df0180a58c6773ddfda7132b78f3e1073f14.tar.gz emacs-67c1df0180a58c6773ddfda7132b78f3e1073f14.zip | |
Include syswait.h instead of sys/types.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 72cf2613e6f..e8e02c1136f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-12-14 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * emacsclient.c: Include syswait.h instead of sys/types.h. | ||
| 4 | |||
| 1 | 2008-12-11 dhruva <dhruvakm@gmail.com> (tiny change) | 5 | 2008-12-11 dhruva <dhruvakm@gmail.com> (tiny change) |
| 2 | 6 | ||
| 3 | * emacsclient.c (WCONTINUED): New compatibility define for older systems. | 7 | * emacsclient.c (WCONTINUED): New compatibility define for older systems. |
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index e8e5ea4bf98..2f18fee5047 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 41 | 41 | ||
| 42 | #else /* !WINDOWSNT */ | 42 | #else /* !WINDOWSNT */ |
| 43 | 43 | ||
| 44 | # include <sys/types.h> | 44 | # include "syswait.h" |
| 45 | 45 | ||
| 46 | # ifdef HAVE_INET_SOCKETS | 46 | # ifdef HAVE_INET_SOCKETS |
| 47 | # include <netinet/in.h> | 47 | # include <netinet/in.h> |