~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-updates

« back to all changes in this revision

Viewing changes to lib/uuid/uuidP.h

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-08-23 10:42:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050823104210-t15igvmgrkzea0dq
Tags: 1.38-2ubuntu1
* Merge with Debian.  (Ubuntu #13757)
* Remove tests/f_bad_disconnected_inode/image.gz to be able to build the
  package.  This will (hopefully) be in the next upstream version and is
  just used for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * %End-Header%
33
33
 */
34
34
 
35
 
#ifdef HAVE_STDINT_H
36
 
#include <stdint.h>
 
35
#ifdef HAVE_INTTYPES_H
 
36
#include <inttypes.h>
37
37
#else
38
38
#include <uuid/uuid_types.h>
39
39
#endif