1
1

Fix compilation of opensolaris

Этот коммит содержится в:
Aris Adamantiadis 2010-02-12 10:08:22 +01:00
родитель 6ae69e0df0
Коммит 8baaf64a72

Просмотреть файл

@ -38,6 +38,8 @@
#include <shlobj.h>
#include <direct.h>
#else
/* This is needed for a standard getpwuid_r on opensolaris */
#define _POSIX_PTHREAD_SEMANTICS
#include <pwd.h>
#include <arpa/inet.h>
#endif