Commit 10361cb7 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix build on Mac (i hope)

parent 3c251fc2
......@@ -30,6 +30,10 @@
#include <string.h> /* strdup() */
#include <errno.h> /* errno */
#ifdef HAVE_LIMITS_H
# include <limits.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h> /* getuid() */
#endif
......
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