~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to lib/misc/lib.h

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#  include "lvm-logging.h"
41
41
#  include "lvm-globals.h"
42
42
#  include "lvm-wrappers.h"
43
 
#  include "lvm-types.h"
44
43
#endif
45
44
 
46
 
#include <errno.h>
47
 
#include <stdio.h>
48
 
#include <stdlib.h>
49
 
#include <string.h>
50
45
#include <unistd.h>
51
 
#include <sys/stat.h>
52
46
 
53
47
#endif