From kde-commits Sat May 26 20:28:27 2007 From: Hasso Tepper Date: Sat, 26 May 2007 20:28:27 +0000 To: kde-commits Subject: icecream/daemon Message-Id: <1180211307.845393.24499.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=118021131915232 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