diff options
| author | Dan Nicolaescu | 2008-12-03 04:33:44 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-03 04:33:44 +0000 |
| commit | 18d2ad29200a9e32fdec1256c81ed0bfe4696c9e (patch) | |
| tree | 12cf35f8e758a67194f665c56b7a9434406e28ab /lib-src | |
| parent | ab06788b0edfc6647aec1f06ca4f47bd081fcd25 (diff) | |
| download | emacs-18d2ad29200a9e32fdec1256c81ed0bfe4696c9e.tar.gz emacs-18d2ad29200a9e32fdec1256c81ed0bfe4696c9e.zip | |
Fix typo in include.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index ac41359702b..2a5b23faeaf 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -47,7 +47,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 47 | # include <netinet/in.h> | 47 | # include <netinet/in.h> |
| 48 | # endif | 48 | # endif |
| 49 | 49 | ||
| 50 | # include <darpa/inet.h> | 50 | # include <arpa/inet.h> |
| 51 | 51 | ||
| 52 | # define INVALID_SOCKET -1 | 52 | # define INVALID_SOCKET -1 |
| 53 | # define HSOCKET int | 53 | # define HSOCKET int |