Skip to content
Snippets Groups Projects
Commit a54ded28 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

util.c uses LONG_MAX, needs another include on fbsd 5.x

svn:r1653
parent 1e0ffab3
Branches
Tags
No related merge requests found
......@@ -27,6 +27,9 @@
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
#ifdef HAVE_SYS_LIMITS_H
#include <sys/limits.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> /* Must be included before sys/stat.h for Ultrix */
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment