diff -uk.orig openntpd-3.9p1.orig/ntp.c openntpd-3.9p1/ntp.c --- openntpd-3.9p1.orig/ntp.c 2006-05-14 05:29:23 +0000 +++ openntpd-3.9p1/ntp.c 2006-08-26 21:11:40 +0000 @@ -36,6 +36,9 @@ #include #include #include +#ifdef HAVE_SETPROCTITLE +# include +#endif #include "ntpd.h" #include "ntp.h" diff -uk.orig openntpd-3.9p1.orig/ntpd.c openntpd-3.9p1/ntpd.c --- openntpd-3.9p1.orig/ntpd.c 2006-05-14 05:29:23 +0000 +++ openntpd-3.9p1/ntpd.c 2006-08-26 21:11:40 +0000 @@ -35,6 +35,9 @@ #include #include #include +#ifdef HAVE_SETPROCTITLE +# include +#endif #include "ntpd.h"