Commit b29c2035 authored by John Selbie's avatar John Selbie

Merge pull request #4 from damondanieli/master

This fixes compilation issues with Lion and Xcode 4.2.
parents fc5900dd 49f59de6
......@@ -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