diff --git a/contrib/perl5/perl.h b/contrib/perl5/perl.h index 9538e28a3820..1105563847fc 100644 --- a/contrib/perl5/perl.h +++ b/contrib/perl5/perl.h @@ -3306,6 +3306,10 @@ typedef struct am_table_short AMTS; #endif /* IAMSUID */ +#ifdef I_LIBUTIL +# include /* setproctitle() in some FreeBSDs */ +#endif + /* and finally... */ #define PERL_PATCHLEVEL_H_IMPLICIT #include "patchlevel.h"