Ticket #51708: tiger-posix-in-h-fix.diff
File tiger-posix-in-h-fix.diff, 329 bytes (added by kenneth.f.cunningham@…, 8 years ago) |
---|
-
src/assuan-socket.c
old new 34 34 #else 35 35 # include <sys/types.h> 36 36 # include <sys/socket.h> 37 #undef _POSIX_C_SOURCE 37 38 # include <netinet/in.h> 39 #define _POSIX_C_SOURCE 38 40 # include <arpa/inet.h> 39 41 #endif 40 42 #include <errno.h>