mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:29:01 +08:00
25 lines
604 B
Diff
25 lines
604 B
Diff
From 4a337ce9475c75497f4221cadd9d2dd8126835c7 Mon Sep 17 00:00:00 2001
|
|
From: vlj <vljn.ovi@gmail.com>
|
|
Date: Tue, 4 Oct 2016 17:54:22 +0200
|
|
Subject: [PATCH 1/2] Remove unistd.h include 1
|
|
|
|
---
|
|
ragel-6.10/ragel/main.cpp | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/ragel-6.10/ragel/main.cpp b/ragel-6.10/ragel/main.cpp
|
|
index f5fbd7b..e3bcc18 100644
|
|
--- a/ragel-6.10/ragel/main.cpp
|
|
+++ b/ragel-6.10/ragel/main.cpp
|
|
@@ -24,7 +24,6 @@
|
|
#include <stdio.h>
|
|
#include <iostream>
|
|
#include <fstream>
|
|
-#include <unistd.h>
|
|
#include <sstream>
|
|
#include <unistd.h>
|
|
#include <sys/types.h>
|
|
--
|
|
2.10.0.windows.1
|
|
|