diff options
Diffstat (limited to 'include/io')
-rw-r--r-- | include/io/channel-command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/io/channel-command.h b/include/io/channel-command.h index 305ac1d280..8dc58273c0 100644 --- a/include/io/channel-command.h +++ b/include/io/channel-command.h @@ -41,7 +41,7 @@ struct QIOChannelCommand { QIOChannel parent; int writefd; int readfd; - pid_t pid; + GPid pid; }; |