[openssh-commits] [openssh] 01/02: includes.h for compat, time.h for clock_gettime.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon May 5 19:10:05 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 7c0e6626e4be53efcfbb92f0c6382a76f1138e38
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon May 5 19:08:48 2025 +1000
includes.h for compat, time.h for clock_gettime.
---
misc-agent.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/misc-agent.c b/misc-agent.c
index d065ab0e5..a8605302e 100644
--- a/misc-agent.c
+++ b/misc-agent.c
@@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
@@ -25,6 +27,9 @@
#include <netdb.h>
#include <stdlib.h>
#include <string.h>
+#ifdef HAVE_TIME_H
+# include <time.h>
+#endif
#include <unistd.h>
#include "digest.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list