]> git.meshlink.io Git - meshlink/blobdiff - src/connlist.c
- Resolve scriptname after fork()
[meshlink] / src / connlist.c
index ac6970b5825fe00e7e382a4a4ef87c6e3d490e4b..105049efd46a2a2b6c05598ed5c8ba16c1b075ff 100644 (file)
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: connlist.c,v 1.1.2.11 2000/10/29 02:07:39 guus Exp $
+    $Id: connlist.c,v 1.1.2.13 2000/11/04 11:49:56 guus Exp $
 */
 
+#include "config.h"
+
+#include <stdio.h>
 #include <syslog.h>
 
 #include "net.h"       /* Don't ask. */
+#include "netutl.h"
 #include "config.h"
 #include "conf.h"
 #include <utils.h>