summaryrefslogtreecommitdiffstats
path: root/tests/helpers
diff options
context:
space:
mode:
authorKarel Zak2015-04-24 14:54:09 +0200
committerKarel Zak2015-04-24 14:54:09 +0200
commitadbc73eb61ce80d6d9fd801b6f1e1e3f287c222a (patch)
treec70d29622ca9cb2e0523fbf89ff2d1b2d894aa34 /tests/helpers
parenttest_uuidd: don't exit on failed pthread_create() (diff)
downloadkernel-qcow2-util-linux-adbc73eb61ce80d6d9fd801b6f1e1e3f287c222a.tar.gz
kernel-qcow2-util-linux-adbc73eb61ce80d6d9fd801b6f1e1e3f287c222a.tar.xz
kernel-qcow2-util-linux-adbc73eb61ce80d6d9fd801b6f1e1e3f287c222a.zip
test_uuidd: fix include
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/helpers')
-rw-r--r--tests/helpers/test_uuidd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/helpers/test_uuidd.c b/tests/helpers/test_uuidd.c
index e5169fc7c..52b050324 100644
--- a/tests/helpers/test_uuidd.c
+++ b/tests/helpers/test_uuidd.c
@@ -17,8 +17,7 @@
#include <sys/types.h>
#include <sys/wait.h>
-#include <uuid/uuid.h>
-
+#include "uuid.h"
#include "c.h"
#include "xalloc.h"
#include "strutils.h"