libpurple/protocols/gg/oauth/oauth.c

changeset 40439
e9838d634d5e
parent 40094
8e6d91e4dd8f
child 40782
1ea760e56414
--- a/libpurple/protocols/gg/oauth/oauth.c	Sun May 10 13:43:52 2020 +0000
+++ b/libpurple/protocols/gg/oauth/oauth.c	Fri May 01 12:13:35 2020 -0500
@@ -27,6 +27,10 @@
 
 #include "oauth-parameter.h"
 
+#include <time.h>
+
+#include <glib.h>
+
 char *gg_oauth_static_nonce;		/* dla unit testów */
 char *gg_oauth_static_timestamp;	/* dla unit testów */
 

mercurial