Merge pull request #4249 from joolswills/mali_fbdev_ctx_warning

added stdlib.h - fixes warning with free / system
This commit is contained in:
Twinaphex 2016-12-15 20:01:18 +01:00 committed by GitHub
commit b48d896c1e

View File

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include <unistd.h>
#include <sys/ioctl.h>