Include unistd.h directly by files using it

util/virutil.h bogously included unistd.h. Drop it and replace it by
including it directly where needed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa
2019-04-01 14:47:18 +02:00
parent 285c5f28c4
commit a5e1602090
39 changed files with 48 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
# include <ifaddrs.h>
#endif
#include <netdb.h>
#include <unistd.h>
#include "testutils.h"
#include "virutil.h"