enable UINT32_MAX macro for C99 compilers

This commit is contained in:
Tom Henderson
2016-01-24 21:17:30 -08:00
parent 0289815ebb
commit 8db3931511

View File

@@ -18,6 +18,8 @@
* Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
*/
#define __STDC_LIMIT_MACROS
#include "ns3/object.h"
#include "ns3/log.h"
#include "ns3/uinteger.h"