summaryrefslogtreecommitdiff
path: root/cogl/tests/conform/test-atlas-migration.c
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2019-01-20 11:41:48 +0100
committerJonas Ådahl <jadahl@gmail.com>2019-01-22 18:31:52 +0100
commit982d135ace41ffd6ff0eb879e3d600ad1f2cd839 (patch)
treeab6036bedab6c68f14eace6fe29835e091962fd3 /cogl/tests/conform/test-atlas-migration.c
parent548c0f16f4fc2c064b06532401002d1a19eedd47 (diff)
downloadmutter-982d135ace41ffd6ff0eb879e3d600ad1f2cd839.tar.gz
cogl: Add missing function declarations
In plenty of places a non-static function was defined but didn't have the corresponding declaration. Fix this by adding them, or alternatively making them static.
Diffstat (limited to 'cogl/tests/conform/test-atlas-migration.c')
-rw-r--r--cogl/tests/conform/test-atlas-migration.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cogl/tests/conform/test-atlas-migration.c b/cogl/tests/conform/test-atlas-migration.c
index 39e8a3c1f..b5d04c3d3 100644
--- a/cogl/tests/conform/test-atlas-migration.c
+++ b/cogl/tests/conform/test-atlas-migration.c
@@ -1,5 +1,6 @@
#include <cogl/cogl.h>
+#include "test-declarations.h"
#include "test-utils.h"
#define N_TEXTURES 128