1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-13 23:39:20 -04:00
ports/misc/window/files/patch-context.c
2020-09-22 17:40:50 +00:00

11 lines
218 B
C

--- 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.
*/