SVN commit 668577 by hasso: Although DragonFly has sys/user.h, it's not really needed and including it only causes problems. M +1 -1 workit.cpp --- trunk/icecream/daemon/workit.cpp #668576:668577 @@ -38,7 +38,7 @@ #include #include #include -#if HAVE_SYS_USER_H +#if HAVE_SYS_USER_H && !defined(__DragonFly__) # include #endif #include