/[svn]/linuxsampler/trunk/src/common/global.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/global.h

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

revision 1531 by senoner, Tue Nov 27 18:03:13 2007 UTC revision 1792 by persson, Sun Nov 16 19:19:26 2008 UTC
# Line 46  typedef unsigned int uint; Line 46  typedef unsigned int uint;
46  #else  #else
47  // needed for usleep under POSIX  // needed for usleep under POSIX
48  #include <stdio.h>  #include <stdio.h>
49    // for uint
50    #include <sys/types.h>
51  #endif  #endif
52    
53    

Legend:
Removed from v.1531  
changed lines
  Added in v.1792

  ViewVC Help
Powered by ViewVC