X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.h;h=c11ac2fea851dc921420c1f6a07d9d21578483f0;hp=d3de4cf05fc6e215e10312adf2e3d9a555f7e3d7;hb=8926620824c302c358d7a71e41d29a9b6e8474b2;hpb=4dca5ee2d9ec2f43fec94911b5c4c00930051229 diff --git a/src/rrd_graph.h b/src/rrd_graph.h index d3de4cf..c11ac2f 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -9,6 +9,11 @@ #include #include #include + +/* without this will not compile on solaris */ +#ifndef __EXTENSIONS__ +#define __EXTENSIONS__ +#endif #include