socket_util: convert to C++

This commit is contained in:
Max Kellermann
2013-01-15 22:39:51 +01:00
parent 5bb2d64ddb
commit e90d606f0a
4 changed files with 8 additions and 17 deletions

View File

@@ -24,7 +24,7 @@
#endif
#include "ServerSocket.hxx"
#include "socket_util.h"
#include "SocketUtil.hxx"
#include "resolver.h"
#include "fd_util.h"
#include "glib_socket.h"