aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/network.h')
-rw-r--r--include/asterisk/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/network.h b/include/asterisk/network.h
index bc7962be7..23778ad7f 100644
--- a/include/asterisk/network.h
+++ b/include/asterisk/network.h
@@ -52,7 +52,7 @@ typedef int socklen_t;
#include <winsock2.h>
#include <ws2tcpip.h>
#else
-#error don't know how to handle network functions here.
+#error "don't know how to handle network functions here."
#endif
#ifndef HAVE_INET_ATON