vcpkg/ports/ragel/0002-Remove-unistd.h-include-2.patch
vlj 48e05bd339 Add ragel package
[roschuma rebase: removed main.cpp]
2016-10-04 16:35:02 -07:00

25 lines
601 B
Diff

From 259bb8be3f66e32063652cb4f1a456b7327ca513 Mon Sep 17 00:00:00 2001
From: vlj <vljn.ovi@gmail.com>
Date: Tue, 4 Oct 2016 17:54:38 +0200
Subject: [PATCH 2/2] Remove unistd.h include 2
---
ragel-6.9/ragel/main.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/ragel-6.9/ragel/main.cpp b/ragel-6.9/ragel/main.cpp
index e3bcc18..947b1c8 100644
--- a/ragel-6.9/ragel/main.cpp
+++ b/ragel-6.9/ragel/main.cpp
@@ -25,7 +25,6 @@
#include <iostream>
#include <fstream>
#include <sstream>
-#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
--
2.10.0.windows.1