0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

fix include paths in perf on Win32

This commit is contained in:
Martin Sustrik 2010-03-16 19:02:50 +01:00
parent 49a30d49f3
commit ae35a1644c
4 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>