add finite on ubuntu

This commit is contained in:
Lev Walkin 2013-03-28 00:24:48 -07:00
parent 20a01f9174
commit 73823e1ff2
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
* Redistribution and modifications are permitted subject to BSD license.
*/
#define _ISOC99_SOURCE /* For ilogb() and quiet NAN */
#if defined(__alpha)
#define _BSD_SOURCE /* To reintroduce finite(3) */
#if defined(__alpha)
#include <sys/resource.h> /* For INFINITY */
#endif
#include <asn_internal.h>