src/server/public/nsapi.h

changeset 109
8a0a7754f123
parent 104
a8acbb12f27c
child 110
43a746e905f6
equal deleted inserted replaced
108:2a394ccdd778 109:8a0a7754f123
346 /* --- Begin native platform includes --- */ 346 /* --- Begin native platform includes --- */
347 347
348 #ifdef XP_UNIX 348 #ifdef XP_UNIX
349 #include <unistd.h> 349 #include <unistd.h>
350 #include <sys/file.h> 350 #include <sys/file.h>
351 #include <alloca.h> /* new */
352 #include <pthread.h> 351 #include <pthread.h>
353 #ifndef HPUX 352 #ifndef HPUX
354 #include <sys/select.h> 353 #include <sys/select.h>
354 #endif
355 #ifndef BSD
356 #include <alloca.h> /* new */
355 #endif 357 #endif
356 #include <sys/socket.h> 358 #include <sys/socket.h>
357 #include <sys/time.h> 359 #include <sys/time.h>
358 #include <sys/types.h> 360 #include <sys/types.h>
359 #include <sys/uio.h> 361 #include <sys/uio.h>

mercurial