mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 03:04:33 +02:00
fix build buster
This commit is contained in:
parent
1730f7f2f6
commit
266d57264b
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue