fix build buster

This commit is contained in:
ZappoMan 2013-08-14 14:57:23 -07:00
parent 1730f7f2f6
commit 266d57264b

View file

@ -8,6 +8,8 @@
// Threaded or non-threaded packet sender.
//
#include <stdint.h>
const uint64_t SEND_INTERVAL_USECS = 1000 * 5; // no more than 200pps... should be settable
#include "NodeList.h"