Browse Source

prototype for getpid under mingw

pre-master-46
dwarning 17 years ago
parent
commit
91988a734a
  1. 4
      src/include/ngspice.h

4
src/include/ngspice.h

@ -146,6 +146,10 @@ struct timeb timebegin;
# endif
#endif
#if defined (__MINGW32__)
#include <process.h> /* getpid() */
#endif
#if defined (_MSC_VER)
#include <direct.h>
#include <process.h>

Loading…
Cancel
Save