diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-05 10:05:29 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-05 10:05:29 +0000 |
commit | a2dc18fd0c89e267bd810d42c8e0965487a22058 (patch) | |
tree | 473428ca927d7768875d94a4683a2dd9b5fbd090 /test/buffer-diff.c | |
parent | 72f40f58bbaf1b80c82f9447007cd4c8d7a4916f (diff) |
Remove include of math.h since cairoint.h does it more carefully, (for annoying platforms for which just including math.h without extra defines is not enough).
Replace Cairo with cairo.
Include config.h so HAVE_UNISTD_H gets picked up as necessary.
Fix non-UTF-8 copyright symbol.
Diffstat (limited to 'test/buffer-diff.c')
-rw-r--r-- | test/buffer-diff.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/buffer-diff.c b/test/buffer-diff.c index 967ab424..8e0031b1 100644 --- a/test/buffer-diff.c +++ b/test/buffer-diff.c @@ -23,6 +23,10 @@ * * Author: Richard D. Worth <richard@theworths.org> */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdio.h> #ifdef HAVE_UNISTD_H #include <unistd.h> |