aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-03-11 13:38:18 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-03-11 13:38:18 -0700
commit2cbcc8296856ecdde5f67ebcc70b8d38bc169de3 (patch)
treeeec93d3c937a127f4d0eaee58e9246cff132b726 /expand.cpp
parentb48e50452274c9ad41d1019b5d5b6ed6ecd57193 (diff)
Add some headers to fix the build on OpenBSD
Diffstat (limited to 'expand.cpp')
-rw-r--r--expand.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/expand.cpp b/expand.cpp
index a653adf4..886087f6 100644
--- a/expand.cpp
+++ b/expand.cpp
@@ -15,6 +15,8 @@ parameter expansion.
#include <errno.h>
#include <pwd.h>
#include <unistd.h>
+#include <limits.h>
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#include <termios.h>