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