diff options
author | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-10-28 21:38:23 +0100 |
---|---|---|
committer | Joel Bodenmann <joel.bodenmann@hevs.ch> | 2012-10-28 21:38:23 +0100 |
commit | 797f0626bad7518d3355d7b0206f484e87f2c3c7 (patch) | |
tree | 0f5e208340764d2d35fbbdb166ed8d72ae86ef5e | |
parent | 01f3aa9fe91d49de2351d3adcd925dcbaf5794ef (diff) | |
download | uGFX-797f0626bad7518d3355d7b0206f484e87f2c3c7.tar.gz uGFX-797f0626bad7518d3355d7b0206f484e87f2c3c7.tar.bz2 uGFX-797f0626bad7518d3355d7b0206f484e87f2c3c7.zip |
fixed compiler warnings
-rw-r--r-- | src/graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph.c b/src/graph.c index c26e4e40..f3c043c7 100644 --- a/src/graph.c +++ b/src/graph.c @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <stdlib.h> #include "ch.h" #include "hal.h" #include "gdisp.h" |