]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/resolve.c
Add "tests-skipped.lst" to src/testsuite/.gitignore
[ngircd-alex.git] / src / ngircd / resolve.c
index 8aac6b86be8d4f28b6d21a74d541cf3dcc26c7bb..be41ec8a97517087840444321c520e4a4adc2f3b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * ngIRCd -- The Next Generation IRC Daemon
- * Copyright (c)2001-2011 Alexander Barton (alex@barton.de) and Contributors.
+ * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors.
  *
  * 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
@@ -40,6 +40,8 @@
 #include "log.h"
 #include "ng_ipaddr.h"
 
+#include "resolve.h"
+
 static void Do_ResolveAddr PARAMS(( const ng_ipaddr_t *Addr, int Sock, int w_fd ));
 static void Do_ResolveName PARAMS(( const char *Host, int w_fd ));