GNOME Bugzilla – Bug 375897
Build failure due to RAND_MAX not being defined
Last modified: 2006-11-16 16:43:09 UTC
#include <stdlib.h> was removed from eog-save-as-dialog-helper.c. It must be put back because (on my machine) it contains the definition of RAND_MAX and the build will fail without it.
My mistake. Sorry. Fixed in HEAD: 2006-11-16 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * shell/eog-save-as-dialog-helper.c: Adding back <stdlib.h>, as it is needed for some machines. Fixes bug #375897.