diff options
Diffstat (limited to 'tests/compat_device.c')
| -rw-r--r-- | tests/compat_device.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/compat_device.c b/tests/compat_device.c index 21b9c16e..5c4068d9 100644 --- a/tests/compat_device.c +++ b/tests/compat_device.c @@ -22,6 +22,10 @@ */ #include <nanomsg/nn.h> +#include <nanomsg/bus.h> +#include <nanomsg/pair.h> +#include <nanomsg/pipeline.h> +#include <nanomsg/inproc.h> #include "compat_testutil.h" #define SOCKET_ADDRESS_A "inproc://a" |
