commit | 804e05185b65b3ccff59586be916c8ff6acf3b4f | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Jan 26 11:32:30 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Jan 26 11:36:17 2012 -0500 |
tree | 130dbaf2c526fd66394e503e42c9c7b1bd6b2b69 | |
parent | ae6e2717c57fc22286cb29d84dfd1198d7ebc417 [diff] |
cairo-util: Don't anger png.h by including setjmp.h Older libpngs are a bit fussy about this, apparently.
diff --git a/clients/cairo-util.c b/clients/cairo-util.c index 02cd5bd..bdad696 100644 --- a/clients/cairo-util.c +++ b/clients/cairo-util.c
@@ -25,7 +25,6 @@ #include <string.h> #include <stdio.h> #include <math.h> -#include <setjmp.h> #include <cairo.h> #include "cairo-util.h"