mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 10:11:12 +02:00
13 lines
623 B
Diff
13 lines
623 B
Diff
diff --git a/common/lib/modules/fglrx/build_mod/firegl_public.c b/common/lib/modules/fglrx/build_mod/firegl_public.c
|
|
index 22561c5..fdfe65e 100755
|
|
--- a/common/lib/modules/fglrx/build_mod/firegl_public.c
|
|
+++ b/common/lib/modules/fglrx/build_mod/firegl_public.c
|
|
@@ -520,6 +520,8 @@ static int func##_wrap(char *buf, char **start, kcl_off_t offset, \
|
|
}
|
|
|
|
#else
|
|
+#include <linux/seq_file.h>
|
|
+
|
|
#define READ_PROC_WRAP(func) \
|
|
static int func##_wrap(struct seq_file *m, void* data) \
|
|
{ \
|