summarylogtreecommitdiffstats
path: root/0013-Include-lv_cpu.h-for-visual_cpu_initialize.patch
blob: 38dfb12940cb3097a0e5124de5dae068efed68a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From cbb1056dc4ea4f606556e472dc78ddb09dbf3218 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
Date: Mon, 22 Sep 2014 10:59:08 +0300
Subject: [PATCH 13/16] Include lv_cpu.h for visual_cpu_initialize()

---
 libvisual/lv_libvisual.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libvisual/lv_libvisual.c b/libvisual/lv_libvisual.c
index 8de03eb..5d77486 100644
--- a/libvisual/lv_libvisual.c
+++ b/libvisual/lv_libvisual.c
@@ -39,6 +39,7 @@
 #include "lv_log.h"
 #include "lv_param.h"
 #include "lv_thread.h"
+#include "lv_cpu.h"
 #include "config.h"
 
 
-- 
2.1.4