Skip to content

Commit f5c3cb3

Browse files
committed
Merge pull request #100 from hintjens/master
CZMQ had a dependency on uuid.h which broke builds on some installs
2 parents c0ceae8 + 952e031 commit f5c3cb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/czmq_prelude.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@
279279
# include <sys/wait.h>
280280
# include <sys/uio.h> // This is required to make CZMQ compile with libzmq/3.x
281281
# include <netinet/in.h> // Must come before arpa/inet.h
282-
# include <uuid/uuid.h>
283282
# if (!defined (__UTYPE_ANDROID)) && (!defined (__UTYPE_IBMAIX)) && (!defined (__UTYPE_HPUX)) && (!defined (__UTYPE_SUNOS))
284283
# include <ifaddrs.h>
285284
# endif

0 commit comments

Comments
 (0)