/[rdesktop]/sourceforge.net/trunk/rdesktop/rdesktop.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdesktop.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 797 by stargo, Tue Aug 24 21:37:50 2004 UTC revision 798 by stargo, Sat Nov 6 15:29:38 2004 UTC
# Line 22  Line 22 
22  #include <stdio.h>  #include <stdio.h>
23  #include <string.h>  #include <string.h>
24  #include <dirent.h>  #include <dirent.h>
25    #ifdef HAVE_SYS_SELECT_H
26  #include <sys/select.h>  #include <sys/select.h>
27    #else
28    #include <sys/time.h>
29    #include <sys/types.h>
30    #include <unistd.h>
31    #endif
32    
33  #define VERSION "1.3.1"  #define VERSION "1.3.1"
34    

Legend:
Removed from v.797  
changed lines
  Added in v.798

  ViewVC Help
Powered by ViewVC 1.1.26