summaryrefslogtreecommitdiff
path: root/dev-libs/pcl/files/pcl-1.12-musl.patch
blob: e80cf03ce7804f76d2dc003e4bc76f38fd98df41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Include missing header files

Bug: https://bugs.gentoo.org/895060

diff --git a/pcl/pcl.c b/pcl/pcl.c
index 58d8605..313370e 100644
--- a/pcl/pcl.c
+++ b/pcl/pcl.c
@@ -22,6 +22,8 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
 #include "pcl_config.h"
 #include "pcl.h"
 #include "pcl_private.h"
-- 
2.41.0