Changeset 328 in Main for trunk/Server/tw_config.h


Ignore:
Timestamp:
Oct 15, 2024, 2:54:06 AM (5 weeks ago)
Author:
Nishi
Message:

trying to add nextstep support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_config.h

    r315 r328  
    1414#include <stdint.h>
    1515#include <stdbool.h>
     16#ifdef __NeXT__
     17#include <sys/types.h>
     18#endif
    1619
    1720#if defined(__MINGW32__) || defined(_MSC_VER) || defined(__BORLANDC__) || (defined(__WATCOMC__) && !defined(__OS2__) && !defined(__NETWARE__))
Note: See TracChangeset for help on using the changeset viewer.