icalstrdup: fixed compile issue in EDS backend

config.h wasn't included early enough, so icalstrdup()
wasn't defined although needed.
This commit is contained in:
Patrick Ohly 2011-03-01 15:18:21 +01:00
parent 8ded5225ec
commit 92870e6c79

View file

@ -20,6 +20,10 @@
#ifndef ICALSTRDUP_H
#define ICALSTRDUP_H
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef ENABLE_ICAL
#ifndef HANDLE_LIBICAL_MEMORY