X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=src%2Fgraph.c;h=9dc778b26be65e07515ec8d5419a9ac66d222654;hb=fe86135d9b9ac863d6c565d858ac13247368845b;hp=9a69ba5c245e162ce11effaa89ea45662fbbaf3d;hpb=a72b8a15465e907411dc9339586c3a0e62086d21;p=grGL.git diff --git a/src/graph.c b/src/graph.c index 9a69ba5..9dc778b 100644 --- a/src/graph.c +++ b/src/graph.c @@ -1,5 +1,10 @@ #include + +#ifdef __APPLE__ +#include +#else #include +#endif #include "graph.h"