Commit 0e99d15e authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

included camogm.h where USE_POLL will be defined or not

parent 5459227b
......@@ -29,15 +29,18 @@
#include <getopt.h>
#include <ctype.h>
#include <elphel/ahci_cmd.h>
#ifdef USE_POLL
#include <poll.h>
#endif
#include "camogm_ogm.h"
#include "camogm_jpeg.h"
#include "camogm_mov.h"
#include "camogm_kml.h"
#include "camogm_read.h"
#include "camogm.h"
#ifdef USE_POLL
#include <poll.h>
#endif
/** @brief Default debug level */
#define DEFAULT_DEBUG_LVL 6
/** @brief Default poll() timeout in ms*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment