diff options
| author | Adib Taraben <theadib@gmail.com> | 2011-02-27 20:49:32 +0000 |
|---|---|---|
| committer | theAdib <theadib@gmail.com> | 2011-02-27 20:49:32 +0000 |
| commit | b81115634fc9aa8b80ddf3f463391e6e9e5bff04 (patch) | |
| tree | 8402ccf23ed6b123fc24c49b7e33898e3919a6e3 /src/sp-offset.h | |
| parent | Tutorials. Japanese tutorials update by Masato HASHIMOTO. (diff) | |
| parent | compatibility patch to compile using gcc 4.6 (diff) | |
| download | inkscape-b81115634fc9aa8b80ddf3f463391e6e9e5bff04.tar.gz inkscape-b81115634fc9aa8b80ddf3f463391e6e9e5bff04.zip | |
compatibility patch to compile using gcc 4.6
Fixed bugs:
- https://launchpad.net/bugs/707205
(bzr r10071)
Diffstat (limited to 'src/sp-offset.h')
| -rw-r--r-- | src/sp-offset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-offset.h b/src/sp-offset.h index 47e597c28..a229e0bb6 100644 --- a/src/sp-offset.h +++ b/src/sp-offset.h @@ -16,6 +16,7 @@ #include "sp-shape.h" +#include <stddef.h> #include <sigc++/sigc++.h> #define SP_TYPE_OFFSET (sp_offset_get_type ()) |
