Skip to content

Commit

Permalink
Merge pull request #100 from hintjens/master
Browse files Browse the repository at this point in the history
CZMQ had a dependency on uuid.h which broke builds on some installs
  • Loading branch information
methodmissing committed Nov 19, 2012
2 parents c0ceae8 + 952e031 commit f5c3cb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/czmq_prelude.h
Expand Up @@ -279,7 +279,6 @@
# include <sys/wait.h>
# include <sys/uio.h> // This is required to make CZMQ compile with libzmq/3.x
# include <netinet/in.h> // Must come before arpa/inet.h
# include <uuid/uuid.h>
# if (!defined (__UTYPE_ANDROID)) && (!defined (__UTYPE_IBMAIX)) && (!defined (__UTYPE_HPUX)) && (!defined (__UTYPE_SUNOS))
# include <ifaddrs.h>
# endif
Expand Down

0 comments on commit f5c3cb3

Please sign in to comment.