diff --git a/first/first b/first/first index a29151609..adc863a62 100755 --- a/first/first +++ b/first/first @@ -288,3 +288,13 @@ ABC ) ;; esac + +: find varargs include file +: if not present use our own + +if [ -f /usr/include/varargs.h ] +then + : +else + cp ../include/_tail_cc/varargs.h ../modules/h +fi