system/resolver: convert to C++

This commit is contained in:
Max Kellermann
2013-09-04 18:02:09 +02:00
parent d1f4a31b5e
commit c9fcc7f148
7 changed files with 17 additions and 27 deletions

View File

@@ -27,7 +27,7 @@
#include "system/SocketUtil.hxx"
#include "system/SocketError.hxx"
#include "event/SocketMonitor.hxx"
#include "system/resolver.h"
#include "system/Resolver.hxx"
#include "system/fd_util.h"
#include <sys/types.h>