summaryrefslogtreecommitdiff
path: root/devel/opencvs/files/patch-client.c
blob: e55fbbd0726968f07d70be6bcb47d69f0a7c50f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- client.c.orig	2016-02-06 22:25:25 UTC
+++ client.c
@@ -33,6 +33,8 @@
 #include "cvs.h"
 #include "remote.h"
 
+extern struct cvs_var_head cvs_variables;
+
 struct cvs_req cvs_requests[] = {
 	/* this is what our client will use, the server should support it */
 	{ "Root",		1,	cvs_server_root, REQ_NEEDED },