diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-05-04 23:46:15 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-05-04 23:46:15 -0700 |
commit | 762afd93b3be04ae475de3cfd433a2a1b70dac1a (patch) | |
tree | 34dfcde876bcccd40c02eee2362825f0b29c284f /tests | |
parent | 77a8ddf97931e35d43db37fb80e3be55de0e30c8 (diff) | |
download | pango-762afd93b3be04ae475de3cfd433a2a1b70dac1a.tar.gz |
[test] Include header
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-common.c b/tests/test-common.c index 88234114..17b5df35 100644 --- a/tests/test-common.c +++ b/tests/test-common.c @@ -25,6 +25,7 @@ #include <locale.h> #include <pango/pangocairo.h> +#include "test-common.h" char * diff_with_file (const char *file, |