Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
@ -24,7 +24,6 @@
//#include <sys/time.h>
//#include <sys/mman.h>
#include <sys/ioctl.h>
//#include <asm/types.h> /* for videodev2.h */
#include "barcode_v4l.h"
#include "../tellico_debug.h"
@ -24,7 +24,9 @@
#undef __STRICT_ANSI__
#define FOO__STRICT_ANSI__
#endif
#include <asm/types.h>
#if defined(__linux__)
# include <asm/types.h>
#ifdef FOO__STRICT_ANSI__
#define __STRICT_ANSI__ 1
#undef FOO__STRICT_ANSI__