view lang/pypy2/files/patch-rpython_rlib_rposix.py @ 200:792fb463576a

FIX: update the package description to contain the correct Python implementation 3.10.16
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 12 Mar 2025 16:44:26 +0100
parents 8b567a874360
children
line wrap: on
line source

--- rpython/rlib/rposix.py.orig	2025-02-22 16:54:09 UTC
+++ rpython/rlib/rposix.py
@@ -212,6 +212,8 @@ else:
         includes.append('sys/sysmacros.h')
     if sys.platform.startswith('freebsd') or sys.platform.startswith('openbsd'):
         includes.append('sys/ttycom.h')
+    if sys.platform.startswith('freebsd'):
+        includes.append('termios.h')
     libraries = ['util']
 
 eci = ExternalCompilationInfo(