jl777 7 years ago
parent
commit
8dc560162f
  1. 2
      crypto777/nanosrc/nn_config.h
  2. 1
      crypto777/nanosrc/utils/err.h

2
crypto777/nanosrc/nn_config.h

@ -46,10 +46,10 @@
#define NN_HAVE_MSG_CONTROL 0
//#define STANDALONE 1
#define PNACL_message printf
#if !defined(WIN32)
//#define NN_ENABLE_EXTRA 1
#define PNACL_message printf
#include <sys/uio.h>
#include <sys/un.h>
#endif

1
crypto777/nanosrc/utils/err.h

@ -26,6 +26,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#define PNACL_message printf
/* Include nn.h header to define nanomsg-specific error codes. */
#include "../nn.h"

Loading…
Cancel
Save