diff --git a/src/util.c b/src/util.c index fb55863d4..37ff67a3d 100644 --- a/src/util.c +++ b/src/util.c @@ -65,6 +65,8 @@ # include #endif +#include /* For funny new functions */ + #include "fs.h" #include "mountlist.h" @@ -198,6 +200,8 @@ name_quote (const char *s, int quote_percent) case ')': case '[': case ']': + case '{': + case '}': case '"': case '!': case '&':