From kde-commits Wed Apr 25 19:57:21 2007 From: Hasso Tepper Date: Wed, 25 Apr 2007 19:57:21 +0000 To: kde-commits Subject: icecream/daemon Message-Id: <1177531041.313295.20322.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117753105220991 SVN commit 658051 by hasso: Make it compile again on DragonFlyBSD. M +2 -1 load.cpp --- trunk/icecream/daemon/load.cpp #658050:658051 @@ -16,6 +16,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include "load.h" #include #include @@ -40,7 +41,7 @@ #include #endif -#ifdef HAVE_KFINO_H +#ifdef HAVE_KINFO_H #include #endif