mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
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
11 lines
292 B
C
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>
|