]> arthur.barton.de Git - netatalk.git/commitdiff
IP6 add missing include for free and remove unused one (logger)
authordidg <didg>
Thu, 5 Nov 2009 21:28:13 +0000 (21:28 +0000)
committerdidg <didg>
Thu, 5 Nov 2009 21:28:13 +0000 (21:28 +0000)
libatalk/util/socket.c

index 8b4e6e7f434098e5c3b6841ea3598abd782730ff..9511a0149e0e8d4e20e17c304bce8c6363e0557b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   $Id: socket.c,v 1.2 2009-11-05 14:38:08 franklahm Exp $
+   $Id: socket.c,v 1.3 2009-11-05 21:28:13 didg Exp $
    Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
 
    This program is free software; you can redistribute it and/or modify
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>
+#include <stdlib.h>
 #include <string.h>
 
-#include <atalk/logger.h>
-
 static char ipv4mapprefix[] = {0,0,0,0,0,0,0,0,0,0,0xff,0xff};
 
 int setnonblock(int fd, int cmd)