ports/devel/libsoup/files/patch-libsoup_soup-auth-negotiate.c
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

11 lines
292 B
C

--- libsoup/soup-auth-negotiate.c.orig 2016-04-07 16:25:20.853309000 +0200
+++ libsoup/soup-auth-negotiate.c 2016-04-07 16:25:49.465869000 +0200
@@ -11,6 +11,8 @@
#endif
#include <string.h>
+#include <time.h>
+#include <stdint.h>
#ifdef LIBSOUP_HAVE_GSSAPI
#include <gssapi/gssapi.h>