diff options
Diffstat (limited to 'gpgme/conversion.c')
-rw-r--r-- | gpgme/conversion.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgme/conversion.c b/gpgme/conversion.c index a8d15899..f431238c 100644 --- a/gpgme/conversion.c +++ b/gpgme/conversion.c @@ -25,6 +25,8 @@ #include <stdlib.h> #include <string.h> +/* Solaris 8 needs sys/types.h before time.h. */ +#include <sys/types.h> #include <time.h> #include <errno.h> |