Browse Source

test

etomic
jl777 8 years ago
parent
commit
becb8c0806
  1. 10
      iguana/iguana777.h

10
iguana/iguana777.h

@ -58,11 +58,11 @@
#include "../crypto777/nanosrc/reqrep.h" #include "../crypto777/nanosrc/reqrep.h"
#include "../crypto777/nanosrc/tcp.h" #include "../crypto777/nanosrc/tcp.h"
#else #else
#include "<nanomsg/nn.h>" #include "/usr/local/include/nanomsg/nn.h"
#include "<nanomsg/bus.h>" #include "/usr/local/include/bus.h"
#include "<nanomsg/pubsub.h>" #include "/usr/local/include/pubsub.h"
#include "<nanomsg/reqrep.h>" #include "/usr/local/include/reqrep.h"
#include "<nanomsg/tcp.h>" #include "/usr/local/include/tcp.h"
#endif #endif
struct supernet_info; struct supernet_info;

Loading…
Cancel
Save