Commit 1bad2ec1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

NAME_MAX requires <limits.h>

parent 9fb933d3
......@@ -37,6 +37,7 @@
#include <assert.h>
#include <stdio.h>
#include <limits.h> /* NAME_MAX */
#include <errno.h>
#include <sys/types.h>
#ifdef HAVE_DIRENT_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment