diff options
Diffstat (limited to 'perf')
-rw-r--r-- | perf/local_lat.c | 2 | ||||
-rw-r--r-- | perf/local_thr.c | 2 | ||||
-rw-r--r-- | perf/remote_lat.c | 2 | ||||
-rw-r--r-- | perf/remote_thr.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/perf/local_lat.c b/perf/local_lat.c index bd71f82..0114b23 100644 --- a/perf/local_lat.c +++ b/perf/local_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> diff --git a/perf/local_thr.c b/perf/local_thr.c index cfebd2d..908bbe3 100644 --- a/perf/local_thr.c +++ b/perf/local_thr.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> 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> diff --git a/perf/remote_thr.c b/perf/remote_thr.c index 43956e6..1ddee4b 100644 --- a/perf/remote_thr.c +++ b/perf/remote_thr.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> |