diff options
| author | Roy Marples <roy@marples.name> | 2019-10-16 15:19:58 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-10-16 15:19:58 +0100 |
| commit | 70d2685dc5784e92bd2621fe2bcc1bc65589ac18 (patch) | |
| tree | 680fa837f7199b49f16000e6291b69ca3984fb1d /configure | |
| parent | ec9fe8039fedacd6eaa7cbdfebab7838826ef030 (diff) | |
| download | dhcpcd-70d2685dc5784e92bd2621fe2bcc1bc65589ac18.tar.xz | |
FreeBSD: Fix test for setproctitle
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -805,6 +805,7 @@ if [ -z "$SETPROCTITLE" ]; then printf "Testing for setproctitle ... " cat << EOF >_setproctitle.c #include <stdlib.h> +#include <unistd.h> int main(void) { setproctitle("foo"); return 0; |
