diff options
author | Werner Koch <wk@gnupg.org> | 1998-12-29 14:47:31 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-12-29 14:47:31 +0100 |
commit | 6e08b235cb73d3c8e83218a94f9a2d356f2709ac (patch) | |
tree | c5a0a706b32d530cb661a62ec9439109bce5a75c /util/secmem.c | |
parent | See ChangeLog: Wed Dec 23 17:12:24 CET 1998 Werner Koch (diff) | |
download | gnupg2-6e08b235cb73d3c8e83218a94f9a2d356f2709ac.tar.xz gnupg2-6e08b235cb73d3c8e83218a94f9a2d356f2709ac.zip |
See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch
Diffstat (limited to '')
-rw-r--r-- | util/secmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/secmem.c b/util/secmem.c index ce93a6bf8..30396f3c3 100644 --- a/util/secmem.c +++ b/util/secmem.c @@ -24,8 +24,8 @@ #include <string.h> #include <errno.h> #include <stdarg.h> +#include <unistd.h> #if defined(HAVE_MLOCK) || defined(HAVE_MMAP) - #include <unistd.h> #include <sys/mman.h> #include <sys/types.h> #include <fcntl.h> |