diff options
Diffstat (limited to 'src/blogc-make/ctx.h')
-rw-r--r-- | src/blogc-make/ctx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h index 77e8088..290a6b7 100644 --- a/src/blogc-make/ctx.h +++ b/src/blogc-make/ctx.h @@ -31,6 +31,7 @@ typedef struct { typedef struct { char *blogc; char *blogc_runserver; + char *lighttpd; bool verbose; bm_settings_t *settings; |