get trunk building again

This commit is contained in:
John Cupitt 2009-12-08 22:21:42 +00:00
parent 6d05b16923
commit 5068ce69dd
3 changed files with 4 additions and 2 deletions

View File

@ -60,6 +60,7 @@
#include <math.h>
#include <vips/vips.h>
#include <vips/internal.h>
#ifdef WITH_DMALLOC
#include <dmalloc.h>

View File

@ -187,9 +187,9 @@ struct im_col_tab_disp {
float ristep, gistep, bistep;
};
struct im_col_tab_disp *im_col_make_tables_RGB(
IMAGE *im,
struct im_col_tab_disp *im_col_make_tables_RGB( IMAGE *im,
struct im_col_display *d );
struct im_col_tab_disp *im_col_display_get_table( struct im_col_display *d );
int im__test_kill( IMAGE *im );
void *im__mmap( int fd, int writeable, size_t length, gint64 offset );

View File

@ -35,6 +35,7 @@
#include <cstring>
#include <vips/vips.h>
#include <vips/internal.h>
#include <vips/vipscpp.h>