Commit 3176509e authored by KIU Shueng Chuan's avatar KIU Shueng Chuan

include source directory version of zmq.h and zmq_utils.h

this follows what {local,remote}_lat.cpp and inproc_{thr,lat}.cpp do.
parent 402f9fd2
......@@ -19,8 +19,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "zmq.h"
#include "zmq_utils.h"
#include "../include/zmq.h"
#include "../include/zmq_utils.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -19,8 +19,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "zmq.h"
#include "zmq_utils.h"
#include "../include/zmq.h"
#include "../include/zmq_utils.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.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