From dd4c28801441ea04bd67ec6b72128abb389801d6 Mon Sep 17 00:00:00 2001
From: Jakob Bornecrantz <jakob@collabora.com>
Date: Wed, 19 Jun 2019 16:45:01 +0100
Subject: [PATCH] d/ohmd: Fix warning by including right header

---
 src/xrt/drivers/ohmd/oh_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xrt/drivers/ohmd/oh_device.c b/src/xrt/drivers/ohmd/oh_device.c
index 8f1e8a6fe..7fdef5b2b 100644
--- a/src/xrt/drivers/ohmd/oh_device.c
+++ b/src/xrt/drivers/ohmd/oh_device.c
@@ -10,6 +10,7 @@
 
 #include <math.h>
 #include <stdio.h>
+#include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
-- 
GitLab