mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
Add some missing includes that GCC 12 wants to see
This commit is contained in:
@@ -21,6 +21,7 @@ extern "C" {
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include <libavutil/avutil.h>
|
||||
#include <pthread.h>
|
||||
}
|
||||
#include <driver/framebuffer.h>
|
||||
#include "Debug.hpp"
|
||||
|
@@ -29,6 +29,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <ctype.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include <linux/fb.h>
|
||||
|
||||
|
@@ -28,6 +28,7 @@
|
||||
#define __timerdclient__
|
||||
|
||||
#include <string>
|
||||
#include <ctime>
|
||||
#include <cstring>
|
||||
|
||||
#include <connection/basicclient.h>
|
||||
|
Reference in New Issue
Block a user