]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Added #include of "defines.h", necessary due to removal of the #include of
authorAlexander Barton <alex@barton.de>
Wed, 27 Apr 2005 07:46:50 +0000 (07:46 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 27 Apr 2005 07:46:50 +0000 (07:46 +0000)
"defines.h" in the client.h header file.

src/ngircd/client.c

index 52b71d285f2e9da530725904534d46b0fcbded74..8c2afa67725ab4595ea4dbc504f1396b79ebbe62 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: client.c,v 1.78 2005/03/19 18:43:48 fw Exp $";
+static char UNUSED id[] = "$Id: client.c,v 1.79 2005/04/27 07:46:50 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -28,6 +28,7 @@ static char UNUSED id[] = "$Id: client.c,v 1.78 2005/03/19 18:43:48 fw Exp $";
 #include <strings.h>
 #include <netdb.h>
 
+#include "defines.h"
 #include "conn.h"
 
 #include "exp.h"