Skip to content

Commit

Permalink
Update c_src/erlzmq_nif.c
Browse files Browse the repository at this point in the history
Added `#include <sys/types.h>` for the definition of int64_t
on FreeBSD 9.1.
  • Loading branch information
jj1bdx committed Oct 23, 2012
1 parent 767702b commit 3b0d57a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_src/erlzmq_nif.c
Expand Up @@ -27,6 +27,7 @@
#include <string.h>
#include <stdio.h>
#include <assert.h>
#include <sys/types.h>

#define ERLZMQ_MAX_CONCURRENT_REQUESTS 16384

Expand Down

0 comments on commit 3b0d57a

Please sign in to comment.