summaryrefslogtreecommitdiffstats
path: root/disk-utils/swaplabel.c
diff options
context:
space:
mode:
authorKarel Zak2011-03-16 17:04:21 +0100
committerKarel Zak2011-03-16 17:04:21 +0100
commit7ee96990c0a0ec691871c2adce082d6411345bb5 (patch)
treecd66df561961fdb8c0f6b49a234e909bc0700616 /disk-utils/swaplabel.c
parentbuild-sys: don't support external (e2fsprogs) libuuid (diff)
downloadkernel-qcow2-util-linux-7ee96990c0a0ec691871c2adce082d6411345bb5.tar.gz
kernel-qcow2-util-linux-7ee96990c0a0ec691871c2adce082d6411345bb5.tar.xz
kernel-qcow2-util-linux-7ee96990c0a0ec691871c2adce082d6411345bb5.zip
build-sys: include <uuid.h> rather than <uuid/uuid.h>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'disk-utils/swaplabel.c')
-rw-r--r--disk-utils/swaplabel.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/disk-utils/swaplabel.c b/disk-utils/swaplabel.c
index fbd8ae37d..163d00a2a 100644
--- a/disk-utils/swaplabel.c
+++ b/disk-utils/swaplabel.c
@@ -22,11 +22,7 @@
#include <getopt.h>
#ifdef HAVE_LIBUUID
-# ifdef HAVE_UUID_UUID_H
-# include <uuid/uuid.h>
-# else
-# include <uuid.h>
-# endif
+# include <uuid.h>
#endif
#include "c.h"