diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-01-18 16:58:40 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-01-22 22:30:43 +0000 |
commit | c50c8b90c0033686b465e6766fba4772c1d698c6 (patch) | |
tree | 522b36726b6e97e44cff2fc40afdcfcde110632b /src/cairo-beos-surface.cpp | |
parent | 558f9501700ba569f04f345f7c64d16b1870e37c (diff) |
Move _cairo_error() to a standalone header
A pending commit will want to include some utility code from cairo and
so we need to extricate the error handling from the PLT symbol hiding.
Diffstat (limited to 'src/cairo-beos-surface.cpp')
-rw-r--r-- | src/cairo-beos-surface.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-beos-surface.cpp b/src/cairo-beos-surface.cpp index 6fbdc470..68d08147 100644 --- a/src/cairo-beos-surface.cpp +++ b/src/cairo-beos-surface.cpp @@ -40,6 +40,8 @@ #include "cairo-beos.h" +#include "cairo-error-private.h" + #include <new> #include <Bitmap.h> |