fixed compile errors

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@392 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2007-09-24 21:17:40 +00:00
parent bebb82ee4a
commit ad7ae02fc5
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
#include <fstream>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include "EvolutionSyncClient.h"
#include "EvolutionCalendarSource.h"
@ -244,7 +245,7 @@ public:
}
#endif
#ifndef ENABLE_ADDRESSBOOK
if (sourceType == TEST_ADDRESSBOOK_SOURCE) {
if (sourceType == TEST_ADDRESS_BOOK_SOURCE) {
continue;
}
#endif