summaryrefslogtreecommitdiffstats
path: root/osdep-openbsd.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-01-16 19:17:31 +0000
committerThomas Adam <thomas@xteddy.org>2015-01-16 19:17:31 +0000
commitdf6488a47088ec8bcddc6a1cfa85fec1a462c789 (patch)
treecf1bbe106963c4f0201a2edc24f8bc416f74c0ca /osdep-openbsd.c
parent66e8811c64a833b759511b3f7309e834155a8442 (diff)
parent776eef49d8e13b227d25e5d56d4c379b89c4aacb (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'osdep-openbsd.c')
-rw-r--r--osdep-openbsd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/osdep-openbsd.c b/osdep-openbsd.c
index 7fe96d58..414228b7 100644
--- a/osdep-openbsd.c
+++ b/osdep-openbsd.c
@@ -16,7 +16,8 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/param.h>
+#include <sys/param.h> /* MAXCOMLEN */
+#include <sys/types.h>
#include <sys/proc.h>
#include <sys/sysctl.h>
#include <sys/stat.h>