Commit 49f59de6 authored by Damon Danieli's avatar Damon Danieli

Lion requires __APPLE_USE_RFC_3542 for in6.h constants

see:
http://www.opensource.apple.com/source/xnu/xnu-1699.24.8/bsd/netinet6/in6.h
parent fc5900dd
......@@ -18,6 +18,8 @@
#ifndef STUNSERVER_COMMON_COMMONINCLUDES_H
#define STUNSERVER_COMMON_COMMONINCLUDES_H
// Fix for Lion (http://www.opensource.apple.com/source/xnu/xnu-1699.24.8/bsd/netinet6/in6.h)
#define __APPLE_USE_RFC_3542
// standard system includes
#include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment