diff options
Diffstat (limited to 'tests/simple.cpp')
-rw-r--r-- | tests/simple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple.cpp b/tests/simple.cpp index 4ee2bac..d1c5261 100644 --- a/tests/simple.cpp +++ b/tests/simple.cpp @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <zmq.h> +#include "../include/zmq.h" /* This is the simplest possible test case; test if we can initialize and immediately terminate a context. */ |