From 21ebd85eda847d2e8f78cda5916309a22194de59 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 10 Dec 2013 09:31:24 +0000
Subject: [PATCH] COMP: wmdep.l: added include file

---
 wmake/src/wmkdep.l | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wmake/src/wmkdep.l b/wmake/src/wmkdep.l
index d9d4b73591b..3b6973209b5 100644
--- a/wmake/src/wmkdep.l
+++ b/wmake/src/wmkdep.l
@@ -46,6 +46,7 @@ Usage
 #include <string.h>
 #include <sys/types.h>
 #include <dirent.h>
+#include <errno.h>
 
 void nextFile(const char* fileName);
 void importFile(const char* fileName);
-- 
GitLab