diff --git a/perf/local_lat.c b/perf/local_lat.c
index bd71f823..0114b233 100644
--- a/perf/local_lat.c
+++ b/perf/local_lat.c
@@ -17,7 +17,7 @@
along with this program. If not, see .
*/
-#include
+#include "../include/zmq.h"
#include
#include
diff --git a/perf/local_thr.c b/perf/local_thr.c
index cfebd2d4..908bbe3f 100644
--- a/perf/local_thr.c
+++ b/perf/local_thr.c
@@ -17,7 +17,7 @@
along with this program. If not, see .
*/
-#include
+#include "../include/zmq.h"
#include
#include
diff --git a/perf/remote_lat.c b/perf/remote_lat.c
index 901afd53..6214ce8b 100644
--- a/perf/remote_lat.c
+++ b/perf/remote_lat.c
@@ -17,7 +17,7 @@
along with this program. If not, see .
*/
-#include
+#include "../include/zmq.h"
#include
#include
#include
diff --git a/perf/remote_thr.c b/perf/remote_thr.c
index 43956e6e..1ddee4b0 100644
--- a/perf/remote_thr.c
+++ b/perf/remote_thr.c
@@ -17,7 +17,7 @@
along with this program. If not, see .
*/
-#include
+#include "../include/zmq.h"
#include
#include