Navigation Menu

Skip to content

Commit

Permalink
Include limits.h for PATH_MAX on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 21, 2015
1 parent 5da0374 commit 3f71f3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrn_constants.hpp
Expand Up @@ -22,6 +22,8 @@
#ifndef MRN_CONSTANTS_HPP_
#define MRN_CONSTANTS_HPP_

#include <limits.h>

#include <groonga.h>

#define MRN_BUFFER_SIZE 1024
Expand Down

0 comments on commit 3f71f3a

Please sign in to comment.