summaryrefslogtreecommitdiff
path: root/tests/simple.cpp
diff options
context:
space:
mode:
authorGuido Goldstein <zmq@a-nugget.de>2010-08-27 21:13:45 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-08-27 21:13:45 +0200
commit4d9b046977f895f8d61731672a5e84967ed85eb2 (patch)
tree02ea6570806b617cb2f1408512e8d1c7beaf5498 /tests/simple.cpp
parent0b76f234a2c521194029c6708c394391dfc66ea7 (diff)
two tests added
Diffstat (limited to 'tests/simple.cpp')
-rw-r--r--tests/simple.cpp2
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. */