diff options
-rw-r--r-- | mdoc_hash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_hash.c b/mdoc_hash.c index dea68f28..d5af031f 100644 --- a/mdoc_hash.c +++ b/mdoc_hash.c @@ -14,6 +14,8 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/types.h> + #include <assert.h> #include <ctype.h> #include <stdlib.h> |