/[svn]/liblscp/trunk/src/common.c
ViewVC logotype

Diff of /liblscp/trunk/src/common.c

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

revision 3664 by schoenebeck, Sun Dec 22 12:53:26 2019 UTC revision 3665 by schoenebeck, Sun Dec 22 13:01:23 2019 UTC
# Line 24  Line 24 
24    
25  #include <ctype.h>  #include <ctype.h>
26  #include <sys/time.h>  #include <sys/time.h>
27  #include <sys/errno.h>  #ifdef WIN32
28    # include <errno.h>
29    #else
30    # include <sys/errno.h>
31    #endif
32    
33    
34  // Split chunk size magic:  // Split chunk size magic:

Legend:
Removed from v.3664  
changed lines
  Added in v.3665

  ViewVC Help
Powered by ViewVC