blob: c91849c7883dd7612a0196609ecad4f0c3816405 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- context.c.orig 2009-02-23 10:26:32 UTC
+++ context.c
@@ -46,6 +46,8 @@ static char rcsid[] =
#include <fcntl.h>
#include <stdlib.h>
+struct context cx;
+
/*
* Context push/pop for nested command files.
*/
|