|
[Webware-checkins] CVS: Webware/WebKit/Adapters/common wkcommon.h,1.2,1.3
From: Jason Hildebrand <jdhildeb@us...> - 2003-10-22 04:14
|
Update of /cvsroot/webware/Webware/WebKit/Adapters/common In directory sc8-pr-cvs1:/tmp/cvs-serv23759 Modified Files: wkcommon.h Log Message: Include netinet/in.h prior to resolv.h to avoid FreeBSD build error, as per bug 754413. Checked to ensure that this doesn't break the build on linux. Hopefully it won't break anywhere else. Index: wkcommon.h =================================================================== RCS file: /cvsroot/webware/Webware/WebKit/Adapters/common/wkcommon.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wkcommon.h 24 Aug 2003 00:04:38 -0000 1.2 --- wkcommon.h 22 Oct 2003 04:03:53 -0000 1.3 *************** *** 19,24 **** #include <netdb.h> #include <errno.h> - #ifdef __APPLE__ #include <netinet/in.h> #include <nameser.h> #endif --- 19,24 ---- #include <netdb.h> #include <errno.h> #include <netinet/in.h> + #ifdef __APPLE__ #include <nameser.h> #endif |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/WebKit/Adapters/common wkcommon.h,1.2,1.3 | Jason Hildebrand <jdhildeb@us...> |