sr: Compile fix for Windows/MinGW.
This commit is contained in:
parent
dff75c0df1
commit
3d2efd7d15
|
@ -64,7 +64,7 @@ enum {
|
|||
};
|
||||
|
||||
/* FIXME: Should not be global. */
|
||||
static GIOChannel *channels[2];
|
||||
SR_PRIV GIOChannel *channels[2];
|
||||
|
||||
struct databag {
|
||||
int pipe_fds[2];
|
||||
|
|
Loading…
Reference in New Issue