diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2013-09-20 14:59:45 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2013-09-20 14:59:45 +0000 |
| commit | 627ff49d6fb3a7e52bb1430c412eee62311b5a2c (patch) | |
| tree | 62b81f59cd59d3e090d9c94cb1d90418c83d9fb9 /src/xml/quote.h | |
| parent | Refactor status-bar text for multiple items, was very broken (diff) | |
| download | inkscape-627ff49d6fb3a7e52bb1430c412eee62311b5a2c.tar.gz inkscape-627ff49d6fb3a7e52bb1430c412eee62311b5a2c.zip | |
make check: Fix harder. Remove muldefs hack and modify quote-test.h
so that the hack is not required any more.
(bzr r12551)
Diffstat (limited to 'src/xml/quote.h')
| -rw-r--r-- | src/xml/quote.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xml/quote.h b/src/xml/quote.h index 597272cd3..8e3bca0eb 100644 --- a/src/xml/quote.h +++ b/src/xml/quote.h @@ -1,6 +1,9 @@ #ifndef SEEN_XML_QUOTE_H #define SEEN_XML_QUOTE_H +#include <stddef.h> + +size_t xml_quoted_strlen(char const *val); char *xml_quote_strdup(char const *src); |
