CVS: rdesktop rdesktop.c,1.125,1.126
Michael Gernoth <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26263 Modified Files: rdesktop.c Log Message: We need to include sys/types.h before including sys/socket.h This broke builds on AIX. Index: rdesktop.c =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v retrieving revision 1.125 retrieving revision 1.126 diff -C2 -d -r1.125 -r1.126 *** rdesktop.c 30 Mar 2005 19:51:39 -0000 1.125 --- rdesktop.c 4 Apr 2005 16:37:19 -0000 1.126 *************** *** 41,44 **** --- 41,45 ---- #ifdef EGD_SOCKET + #include <sys/types.h> #include <sys/socket.h> /* socket connect */ #include <sys/un.h> /* sockaddr_un */ ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click