1
0
mirror of https://github.com/osmarks/ngircd.git synced 2025-01-18 19:42:50 +00:00

Added #include of "defines.h", necessary due to removal of the #include of

"defines.h" in the client.h header file.
This commit is contained in:
Alexander Barton 2005-04-27 07:46:50 +00:00
parent aa25cd7da2
commit a02f25a810

View 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"