aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2013-03-28 00:24:48 -0700
committerLev Walkin <vlm@lionet.info>2013-03-28 00:24:48 -0700
commit73823e1ff2cc05afe537799ca3580880d835b540 (patch)
tree5dbd1b141e1db9ae411be2b4b75a08d58270dc88 /skeletons
parent20a01f917430d0551727b8aca667db637072d7a3 (diff)
add finite on ubuntu
Diffstat (limited to 'skeletons')
-rw-r--r--skeletons/REAL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/REAL.c b/skeletons/REAL.c
index 4e09d8f4..4db0a46b 100644
--- a/skeletons/REAL.c
+++ b/skeletons/REAL.c
@@ -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>