stdlib.h for malloc. from Fritjof
authortedu <tedu@openbsd.org>
Tue, 14 Jan 2014 17:15:12 +0000 (17:15 +0000)
committertedu <tedu@openbsd.org>
Tue, 14 Jan 2014 17:15:12 +0000 (17:15 +0000)
usr.bin/signify/signify.c

index 314cb1e..219b882 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: signify.c,v 1.33 2014/01/13 09:42:53 espie Exp $ */
+/* $OpenBSD: signify.c,v 1.34 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>