Merge remote-tracking branch 'origin/master' into fastpath

This commit is contained in:
Daniel Thayer 2012-07-24 17:13:05 -05:00
commit 063fd204cc
3 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,8 @@
2.0-849 | 2012-07-24 11:06:16 -0700
* Adding missing include needed on some systems. (Robin Sommer)
2.0-846 | 2012-07-23 16:36:37 -0700
* Fix WriterBackend::WriterInfo serialization, reenable ascii

View file

@ -1 +1 @@
2.0-846
2.0-849

View file

@ -3,6 +3,7 @@
#include <string>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include "NetVar.h"
#include "threading/SerialTypes.h"