Prevent macro error
[platform/upstream/iotivity.git] / resource / csdk / stack / include / payload_logging.h
index 4ce5770..6a6bb24 100644 (file)
 #include <dlog.h>
 #endif
 
+#ifndef __STDC_FORMAT_MACROS
 #define __STDC_FORMAT_MACROS
+#endif
+#ifndef __STDC_LIMIT_MACROS
 #define __STDC_LIMIT_MACROS
+#endif
 #include <inttypes.h>
 #include "rdpayload.h"