Add limits.h to allow for illumos to compile.

Closes #331
This commit is contained in:
Ira Cooper
2012-10-05 02:28:11 +00:00
committed by Keith Winstein
parent c0092a6e7e
commit deecf6bb2f
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -39,6 +39,8 @@
#include "transportsender.h"
#include "transportfragment.h"
#include <limits.h>
using namespace Network;
using namespace std;