Hi, I'm getting the following error on -CURRENT: camel-service.c: In function `camel_getaddrinfo': camel-service.c:899: error: structure has no member named `ai_faimily' camel-service.c:899: error: `AF_INET' undeclared (first use in this function) When I change the 'faimily' to 'family' I still get the unknown "AF_INET" error. Anyone else seeing this problem?