1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Make miniupnp compile on OSX.

This commit is contained in:
Christian Muehlhaeuser
2010-10-27 07:50:48 +02:00
parent 338639593c
commit d4d14a4a96

View File

@@ -16,6 +16,10 @@
#endif
#endif
#ifdef __APPLE__
#define _DARWIN_C_SOURCE
#endif
#include <stdlib.h>
#include <stdio.h>
#include <string.h>