diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-05-31 16:09:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-05-31 16:09:13 +0000 |
commit | 7c9e757ff1ba2279ae8e580729f110d296631d52 (patch) | |
tree | c0d4858bf0d6d9133d2f72746295b04c11aac1d9 /extensions | |
parent | df1bef2177a16005ad628d1055e383c5ed5dae28 (diff) |
INTEGRATION: CWS macosx07 (1.9.24); FILE MERGED
2005/05/06 00:08:46 ericb 1.9.24.1: i39961 nsplugin buildable for Mac OSX
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/nsplugin/source/npshell.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/nsplugin/source/npshell.cxx b/extensions/source/nsplugin/source/npshell.cxx index 43269a030bf1..fff09b69d78b 100644 --- a/extensions/source/nsplugin/source/npshell.cxx +++ b/extensions/source/nsplugin/source/npshell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: npshell.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-03-30 11:42:04 $ + * last change: $Author: kz $ $Date: 2005-05-31 17:09:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,10 +64,10 @@ #define XP_UNIX 1 #include <strings.h> -#include <sys/socket.h> #include <arpa/inet.h> #include <netinet/in.h> #include <sys/types.h> +#include <sys/socket.h> #include <sys/stat.h> #include <unistd.h> #include <fcntl.h> |