diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-06-24 16:17:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-10-10 15:03:25 +0200 |
commit | 8c6ac2cd7b895b577d078b94263ff3a42839eeb6 (patch) | |
tree | 810c111ceb542ef60ac8c45f19f35085f409a10e /src/ui.c | |
parent | b8a2d1c361ae440f958675491655ca6831e266f1 (diff) |
coverity fixes
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include <errno.h> #include <pthread.h> #include <string.h> |