From 260f251e3c4f43b88bfb65f9c4026ea8080abcf3 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Sun, 26 Feb 2017 23:55:43 +0100 Subject: [PATCH] Lizard: Fixed compilation warning in tests. --- ucw/lizard-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ucw/lizard-test.c b/ucw/lizard-test.c index 4d1a1ccc..0a8030d5 100644 --- a/ucw/lizard-test.c +++ b/ucw/lizard-test.c @@ -7,6 +7,8 @@ #include #include #include +#include +#include static char *options = CF_SHORT_OPTS "cdtx"; static char *help = "\ -- 2.39.2