zeroconf: correctly use "" instead of <> for dns_sd.h

should fix pulse complaint

Change-Id: If66778c5c3f7fb62e8aba2bf9517ea6483e23f6b
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@nokia.com>
This commit is contained in:
Fawzi Mohamed
2012-03-15 11:24:05 +01:00
parent 012ff2d22a
commit 8af873de94

View File

@@ -38,7 +38,7 @@
#include "Firewall.h"
#include "RegNames.h"
#include "Secret.h"
#include <dns_sd.h>
#include "dns_sd.h"
#include <Iphlpapi.h>
#include <mswsock.h>