summaryrefslogtreecommitdiffstats
path: root/net/tmate/patches/010-gcc14.patch
blob: 85bb26e0fc28759972d31994b92e6884f2432fec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/tmux.c
+++ b/tmux.c
@@ -16,6 +16,10 @@
  * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
+
 #include <sys/types.h>
 #include <sys/stat.h>