summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/perl5/perl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/perl5/perl.h b/contrib/perl5/perl.h
index 9538e28..1105563 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 <libutil.h> /* setproctitle() in some FreeBSDs */
+#endif
+
/* and finally... */
#define PERL_PATCHLEVEL_H_IMPLICIT
#include "patchlevel.h"
OpenPOWER on IntegriCloud