Browse Source

rebase from trunk 4004:4041

git-svn-id: http://subversion.jackaudio.org/jack/jack2/branches/libjacknet@4042 0c269be4-1314-0410-8aa9-9f06e86f4224
pull/11/head
sletz 15 years ago
parent
commit
bcaff639e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      systemdeps.h

+ 1
- 1
systemdeps.h View File

@@ -53,7 +53,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


#endif /* WIN32 */ #endif /* WIN32 */


#if defined(__APPLE__) || defined(__linux__) || defined(__sun__) || defined(sun)
#if defined(__APPLE__) || defined(__linux__) || defined(__sun__) || defined(sun) || defined(__unix__)
#include <inttypes.h> #include <inttypes.h>
#include <pthread.h> #include <pthread.h>
#include <sys/types.h> #include <sys/types.h>


Loading…
Cancel
Save