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
+1
View File
@@ -39,6 +39,7 @@
#include "parser.h"
#include <vector>
#include <limits.h>
namespace Overlay {
using namespace Terminal;