]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/ragel/0001-remove-unistd-h.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / ragel / 0001-remove-unistd-h.patch
1 diff --git a/ragel/main.cpp b/ragel/main.cpp
2 index f5fbd7b..947b1c8 100644
3 --- a/ragel/main.cpp
4 +++ b/ragel/main.cpp
5 @@ -24,9 +24,7 @@
6 #include <stdio.h>
7 #include <iostream>
8 #include <fstream>
9 -#include <unistd.h>
10 #include <sstream>
11 -#include <unistd.h>
12 #include <sys/types.h>
13 #include <sys/stat.h>
14 #include <fcntl.h>