Skip to content

Commit

Permalink
include sys/types.h in coproc.h
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@44220 379a1393-f5fb-40a0-bcee-ef074d9b53f7
  • Loading branch information
mrdudz committed Jul 8, 2023
1 parent 83ea7ba commit 04fa2c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vice/src/arch/shared/coproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
#define VICE_COPROC_H

#if defined(WINDOWS_COMPILE)
#include <windows.h>
typedef HANDLE vice_pid_t;
#else
#include <sys/types.h>
typedef pid_t vice_pid_t;
#endif

Expand Down

0 comments on commit 04fa2c0

Please sign in to comment.