fixed possible macro issue mentioned in #39

This commit is contained in:
wangyu-
2017-09-01 17:40:55 -05:00
parent 0cc72802e6
commit 5651efd165
9 changed files with 18 additions and 18 deletions

View File

@@ -5,8 +5,8 @@
* Author: wangyu
*/
#ifndef NETWORK_H_
#define NETWORK_H_
#ifndef UDP2RAW_NETWORK_H_
#define UDP2RAW_NETWORK_H_
extern int raw_recv_fd;
extern int raw_send_fd;