Commit ae35a164 authored by Martin Sustrik's avatar Martin Sustrik

fix include paths in perf on Win32

parent 49a30d49
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment