Fix stdc limit macros error

This commit is contained in:
Vinnie Falco
2013-06-27 20:26:00 -07:00
parent 279a3164fc
commit c6fe72f666

View File

@@ -4,6 +4,11 @@
*/ */
//============================================================================== //==============================================================================
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS 1
#endif
#include <stdint.h>
#include "ripple_websocket.h" #include "ripple_websocket.h"
// Unity build file for websocket // Unity build file for websocket