X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fipc.cpp;h=bf9f8903348d186b36b1fe04a8ed82568c42d238;hb=0348d0c0f02151293190a0db10ce92d7b112aa9e;hp=d8032d1038bafbd83ebb43dfefc714fa047cfabc;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/ipc.cpp b/synfig-studio/trunk/src/gtkmm/ipc.cpp index d8032d1..bf9f890 100644 --- a/synfig-studio/trunk/src/gtkmm/ipc.cpp +++ b/synfig-studio/trunk/src/gtkmm/ipc.cpp @@ -2,10 +2,11 @@ /*! \file ipc.cpp ** \brief Template File ** -** $Id: ipc.cpp,v 1.6 2005/01/16 19:55:57 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -66,6 +67,8 @@ #include #include +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -329,7 +332,7 @@ IPC::make_connection() ret=SmartFILE(fdopen(fd,"w")); #ifdef _DEBUG - synfig::info("uplink fd=%d",fd); + // synfig::info("uplink fd=%d",fd); #endif return ret;