Fix FTBFS due missing include

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 8 years ago
parent 1c7d178b1d
commit 64c7c42ce1

@ -20,6 +20,7 @@
*/
#include <stdlib.h>
#include <sys/types.h>
#ifndef KSQUIRREL_READ_IMAGE_pix
#define KSQUIRREL_READ_IMAGE_pix

@ -23,6 +23,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#include "ksquirrel-libs/fmt_types.h"
#include "ksquirrel-libs/fileio.h"

Loading…
Cancel
Save