Skip to content
Snippets Groups Projects
Commit a6c958ab authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

Fix build (with video support enabled) on Ubuntu < 11.10

parent f2e3c2cb
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,13 @@ ...@@ -26,6 +26,13 @@
#include <unistd.h> #include <unistd.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <semaphore.h> #include <semaphore.h>
#include <errno.h>
// #include <linux/time.h>
#include <time.h>
#ifndef CLOCK_REALTIME
#define CLOCK_REALTIME 0
#endif
#include <QtCore/QTimer> #include <QtCore/QTimer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment