summarylogtreecommitdiffstats
path: root/0003-Add-missing-headers.patch
blob: 1fb619a0862aa359dc6b56aaa89b1d4621a17b59 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/util/pmix_pty.c
+++ b/src/util/pmix_pty.c
@@ -97,6 +97,7 @@
 #endif
 
 #include "src/util/pmix_pty.h"
+#include "src/util/pmix_string_copy.h"
 
 /* The only public interface is openpty - all others are to support
    openpty() */