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 COMMON_H_
#define COMMON_H_
#ifndef UDP2RAW_COMMON_H_
#define UDP2RAW_COMMON_H_
#define __STDC_FORMAT_MACROS 1
#include <inttypes.h>