summaryrefslogtreecommitdiff
path: root/perf/remote_lat.c
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-03-16 19:02:50 +0100
committerMartin Sustrik <sustrik@250bpm.com>2010-03-16 19:02:50 +0100
commitae35a1644cd8f2441de73f1260c46bb0da6a1605 (patch)
treefa544831d9036d21643792e62144903983844cb1 /perf/remote_lat.c
parent49a30d49f37148db1be105615668998c8fb8ea86 (diff)
fix include paths in perf on Win32
Diffstat (limited to 'perf/remote_lat.c')
-rw-r--r--perf/remote_lat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/remote_lat.c b/perf/remote_lat.c
index 901afd5..6214ce8 100644
--- a/perf/remote_lat.c
+++ b/perf/remote_lat.c
@@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <zmq.h>
+#include "../include/zmq.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>