Fix build for Linux

This commit is contained in:
Reimu NotMoe
2024-09-13 23:27:41 +08:00
parent a545463b41
commit af7fca139d

View File

@@ -32,6 +32,8 @@
#include "src/platform/common.h"
#include "vaapi.h"
#include <linux/rtnetlink.h>
#ifdef __GNUC__
#define SUNSHINE_GNUC_EXTENSION __extension__
#else