Skip to content
Snippets Groups Projects
Commit 73823e1f authored by Lev Walkin's avatar Lev Walkin
Browse files

add finite on ubuntu

parent 20a01f91
Branches main
No related tags found
No related merge requests found
......@@ -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>
......
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