--- rxvt-unicode/src/fdpass.C 2005/12/23 14:46:34 1.1 +++ rxvt-unicode/src/fdpass.C 2006/01/17 15:17:39 1.4 @@ -3,7 +3,7 @@ *----------------------------------------------------------------------* * * All portions of code are copyright by their respective author/s. - * Copyright (c) 2005 Marc Lehmann + * Copyright (c) 2005-2006 Marc Lehmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,9 +20,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *----------------------------------------------------------------------*/ -#include "../config.h" /* NECESSARY */ - -#if ENABLE_FRILLS && HAVE_UNIX_FDPASS +#include "../config.h" +#include "rxvt.h" #include #include @@ -101,5 +100,3 @@ return *(int *)CMSG_DATA (cmsg); } -#endif -