artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348fafb
)
stdlib.h for malloc. from Fritjof
author
tedu
<tedu@openbsd.org>
Tue, 14 Jan 2014 17:15:12 +0000
(17:15 +0000)
committer
tedu
<tedu@openbsd.org>
Tue, 14 Jan 2014 17:15:12 +0000
(17:15 +0000)
usr.bin/signify/signify.c
patch
|
blob
|
history
diff --git
a/usr.bin/signify/signify.c
b/usr.bin/signify/signify.c
index
314cb1e
..
219b882
100644
(file)
--- a/
usr.bin/signify/signify.c
+++ b/
usr.bin/signify/signify.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: signify.c,v 1.3
3 2014/01/13 09:42:53 espie
Exp $ */
+/* $OpenBSD: signify.c,v 1.3
4 2014/01/14 17:15:12 tedu
Exp $ */
/*
* Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
*
@@
-23,6
+23,7
@@
#include <fcntl.h>
#include <string.h>
#include <stdio.h>
+#include <stdlib.h>
#include <err.h>
#include <unistd.h>
#include <readpassphrase.h>