fix missing include of stdlib.h

This commit is contained in:
Markus Fröschle
2018-02-24 20:11:56 +01:00
parent e443a23cd4
commit cb217e3e95
5 changed files with 10 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
#include <string.h>
#include <mint/osbind.h>
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#include "MCF5475.h"