~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/_dirstate_helpers_c.h

  • Committer: Aaron Bentley
  • Date: 2008-12-12 23:27:07 UTC
  • mfrom: (3903 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3904.
  • Revision ID: aaron@aaronbentley.com-20081212232707-gjqzlzqqwl0bi8je
Merge bzr.dev into ls-shelf

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#ifdef _MSC_VER
6
6
#include <io.h>
7
7
#else
 
8
 
 
9
#if defined(__SVR4) && defined(__sun)
 
10
#include <inttypes.h>
 
11
#else
8
12
#include <stdint.h>
9
13
#endif
10
14
 
11
15
#endif
 
16
 
 
17
#endif