1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 10:24:01 +02:00

* Moved OS X definitions to CMakeLists.txt, so we can easily re-merge upstream of miniupnp.

This commit is contained in:
Christian Muehlhaeuser
2011-09-10 03:43:35 +02:00
parent e72cf5423c
commit 76d4821295
2 changed files with 4 additions and 6 deletions

View File

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