Skip to content
Snippets Groups Projects
Commit 853a8ff9 authored by Eckert, Phil's avatar Eckert, Phil Committed by Morris Jette
Browse files

small mod

Moe,

I found that I need the following lines added in
order to allow LLONG_MIN and LLONG_MAX to be used
in the range routines.

Phil
parent 716d34a1
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,10 @@
# include <strings.h>
#endif
#ifndef __USE_ISOC99
#define __USE_ISOC99
#endif
#ifdef HAVE_LIMITS_H
# include <limits.h>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment