mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Include <darpa/inet.h>.
This commit is contained in:
parent
aafc17b7c5
commit
448d408588
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-12-03 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* emacsclient.c: Include <darpa/inet.h>.
|
||||
|
||||
2008-12-01 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc.
|
||||
|
|
|
|||
|
|
@ -47,6 +47,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
# include <netinet/in.h>
|
||||
# endif
|
||||
|
||||
# include <darpa/inet.h>
|
||||
|
||||
# define INVALID_SOCKET -1
|
||||
# define HSOCKET int
|
||||
# define CLOSE_SOCKET close
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue