mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
PR: 223002 Submitted by: Greg V <greg@unrelenting.technology> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13112
11 lines
352 B
Python
11 lines
352 B
Python
--- wrappers/trace.py.orig 2017-10-13 17:18:18 UTC
|
|
+++ wrappers/trace.py
|
|
@@ -521,7 +521,7 @@ class Tracer:
|
|
print '# define alloca _alloca'
|
|
print '# endif'
|
|
print '#else'
|
|
- print '# include <alloca.h> // alloca'
|
|
+ print '# include <stdlib.h> // alloca'
|
|
print '#endif'
|
|
print
|
|
print
|