diff options
Diffstat (limited to 'src/w32-add.h')
-rw-r--r-- | src/w32-add.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/w32-add.h b/src/w32-add.h index 07e3c7d..6f9f12a 100644 --- a/src/w32-add.h +++ b/src/w32-add.h @@ -3,6 +3,10 @@ ## peculiarity of the script the first used line must not ## start with a hash mark. +/* Fixme: This is a quick hack. We need to check whether the compiler + * actually in use already knows that type. */ +typedef int pid_t; + /* Decide whether to use the format_arg attribute. */ #if _GPG_ERR_GCC_VERSION > 20800 # define _GPG_ERR_ATTR_FORMAT_ARG(a) __attribute__ ((__format_arg__ (a))) |