include stdio.h for sscanf() snprintf()
authorjsg <jsg@openbsd.org>
Sun, 13 Oct 2024 03:35:59 +0000 (03:35 +0000)
committerjsg <jsg@openbsd.org>
Sun, 13 Oct 2024 03:35:59 +0000 (03:35 +0000)
usr.bin/rsync/socket.c

index 12cc46a..d723d9e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: socket.c,v 1.33 2022/12/26 19:16:02 jmc Exp $ */
+/*     $OpenBSD: socket.c,v 1.34 2024/10/13 03:35:59 jsg Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -31,6 +31,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <err.h>
+#include <stdio.h>
 
 #include "extern.h"