Merge branch 'master' of https://github.com/USNavalResearchLaboratory/norm
commit
39ac23361b
|
|
@ -1,6 +1,11 @@
|
|||
NORM Version History
|
||||
|
||||
|
||||
Version 1.5.9 (in progress)
|
||||
=============
|
||||
- Added "normCast" file send/receive example
|
||||
- Protolib ProtoTimer fix for "long" timeout intervals
|
||||
|
||||
Version 1.5.8
|
||||
=============
|
||||
- Modified waf build to build pkg-config file.cThanks to Luca Boccassi
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
#include "normApi.h"
|
||||
#include <stdio.h> // for printf(), etc
|
||||
#include <stdlib.h> // for atoi(), etc
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue