driver/rcinput.h: try to fix libcs headers

This commit is contained in:
[CST] Focus
2013-01-11 14:16:26 +04:00
parent bc0c0fb361
commit 1413177ad1

View File

@@ -38,12 +38,16 @@
#include <sys/types.h> #include <sys/types.h>
#include <string> #include <string>
#include <vector> #include <vector>
#ifdef BOXMODEL_APOLLO
#ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H #ifdef HAVE_COOLSTREAM_CS_IR_GENERIC_H
#include <coolstream/cs_ir_generic.h> #include <cs_ir_generic.h>
#endif #endif
#else
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H #ifdef HAVE_COOLSTREAM_NEVIS_IR_H
#include <nevis_ir.h> #include <nevis_ir.h>
#endif #endif
#endif
#ifndef KEY_OK #ifndef KEY_OK
#define KEY_OK 0x160 #define KEY_OK 0x160