2007-09-25 Marcus Brinkmann <marcus@g10code.de>
* conversion.c, keylist.c: Include <sys/types.h>.
This commit is contained in:
parent
e7f0767e97
commit
076eb7608b
@ -1,5 +1,7 @@
|
||||
2007-09-25 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* conversion.c, keylist.c: Include <sys/types.h>.
|
||||
|
||||
* kdpipeiodevice.h: Use namespace _gpgme_.
|
||||
* kdpipeiodevice.cpp: Use namespace _gpgme_.
|
||||
[Q_OS_WIN32 && NOMINMAX]: Do not define NOMINMAX again.
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user