[project @ 2002-08-08 15:21:08 by unknown_lamer]
[clinton/bobotpp.git] / source / ScriptCommands.C
index bb43426..266c969 100644 (file)
@@ -28,6 +28,7 @@
 #include "ServerQueue.H"
 #include "ScriptCommands.H"
 #include "Interp.H"
+#include "DCCPerson.H"
 #include <libguile.h>
 
 #define VERIFY_STRING(par) if (!SCM_STRINGP((par))) \
@@ -601,6 +602,4 @@ ScriptCommands::sendCTCP(SCM to, SCM command , SCM message)
                   Utils::scm2String (message));
   return SCM_UNSPECIFIED;
 }
-
-
 #endif