Skip to content

Commit

Permalink
curve_keygen needed assert.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hintjens committed Sep 26, 2013
1 parent 9d51155 commit 26d5ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/curve_keygen.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <assert.h>
#include <zmq_utils.h>
#ifdef HAVE_LIBSODIUM
# include <sodium.h>
Expand Down

0 comments on commit 26d5ac4

Please sign in to comment.