Author: akv Date: 2009-12-20 14:03:40 +0100 (Sun, 20 Dec 2009) New Revision: 2804
Modified: trunk/src/rs-store.c Log: Added missing include of rs-library.h in rs-store.c. Modified: trunk/src/rs-store.c =================================================================== --- trunk/src/rs-store.c 2009-12-19 23:35:17 UTC (rev 2803) +++ trunk/src/rs-store.c 2009-12-20 13:03:40 UTC (rev 2804) @@ -35,6 +35,7 @@ #include "eog-pixbuf-cell-renderer.h" #include "rs-preload.h" #include "rs-photo.h" +#include "rs-library.h /* How many different icon views do we have (tabs) */ #define NUM_VIEWS 6 _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
