From 88f8214692f30d77e8b91c35c751339f7e570cc3 Mon Sep 17 00:00:00 2001
From: Volodymyr Medvid <vmedvid@riseup.net>
Date: Tue, 14 Jan 2020 21:52:02 +0200
Subject: [PATCH] Revert "fix header file"

This reverts commit 4eb819942bf74ad43648f26e719a3670bba0a0df.

sys/unistd.h is not a standard header file, not found on musl system.
It is supposed to be unneeded.
---
 src/66/66-inservice.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/66/66-inservice.c b/src/66/66-inservice.c
index 980dbdd5..e69120ce 100644
--- a/src/66/66-inservice.c
+++ b/src/66/66-inservice.c
@@ -16,7 +16,6 @@
 #include <locale.h>
 #include <langinfo.h>
 #include <sys/types.h>
-#include <sys/unistd.h>
 #include <wchar.h>
 #include <unistd.h>
 //#include <stdio.h>
-- 
GitLab