mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
0c125fbe75
PR: 208293 Submitted by: aehlig@linta.de (maintainer)
11 lines
197 B
C
11 lines
197 B
C
--- src/requests.c.orig 2016-03-25 08:47:49 UTC
|
|
+++ src/requests.c
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
+#include <stdarg.h>
|
|
|
|
struct _UzblRequests {
|
|
/* Reply buffer */
|