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