diff options
Diffstat (limited to 'src/config.y')
-rw-r--r-- | src/config.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.y b/src/config.y index df46f20..8b5e49e 100644 --- a/src/config.y +++ b/src/config.y @@ -43,7 +43,7 @@ %union { int num; - fastd_config_str *str; + fastd_string_stack *str; char *error; bool boolean; struct in_addr addr; |