Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
67c1df01
Commit
67c1df01
authored
Dec 14, 2008
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include syswait.h instead of sys/types.h.
parent
bdd8da91
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/emacsclient.c
lib-src/emacsclient.c
+1
-1
No files found.
lib-src/ChangeLog
View file @
67c1df01
2008-12-14 Dan Nicolaescu <dann@ics.uci.edu>
* emacsclient.c: Include syswait.h instead of sys/types.h.
2008-12-11 dhruva <dhruvakm@gmail.com> (tiny change)
* emacsclient.c (WCONTINUED): New compatibility define for older systems.
...
...
lib-src/emacsclient.c
View file @
67c1df01
...
...
@@ -41,7 +41,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#else
/* !WINDOWSNT */
# include
<
sys
/types
.h
>
# include
"
sys
wait
.h
"
# ifdef HAVE_INET_SOCKETS
# include <netinet/in.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment