]> git.saurik.com Git - wxWidgets.git/commitdiff
Another solaris 2.5 fix.
authorKarsten Ballüder <ballueder@usa.net>
Thu, 11 Mar 1999 09:57:22 +0000 (09:57 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Thu, 11 Mar 1999 09:57:22 +0000 (09:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/sckaddr.cpp

index 6694615518d25d6232d0aba4fd7bbce520a018a3..234a87005bc295be7ee71f552983ce58131cc556 100644 (file)
@@ -61,6 +61,7 @@
 extern "C"
 {
    struct hostent *gethostbyname(const char *name); 
+   int gethostname(char *name, int namelen); 
 };
 #endif