diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2020-05-26 16:00:22 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2020-05-26 16:00:22 (GMT) |
commit | c0850efe0fd651fbab511401a97de241538169f1 (patch) | |
tree | d3c5af338d1b3116abea3a1eda3c1d8103ddf103 | |
parent | 6746a9c2d65ace8f7b92f00d0821e558d28378c4 (diff) | |
download | blt-c0850efe0fd651fbab511401a97de241538169f1.zip blt-c0850efe0fd651fbab511401a97de241538169f1.tar.gz blt-c0850efe0fd651fbab511401a97de241538169f1.tar.bz2 |
FreeBSD changes
-rw-r--r-- | fitsy/alloc.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fitsy/alloc.C b/fitsy/alloc.C index 508a0ec..fede4b5 100644 --- a/fitsy/alloc.C +++ b/fitsy/alloc.C @@ -3,6 +3,8 @@ // For conditions of distribution and use, see copyright notice in "copyright" #include <stdio.h> +// FreeBSD +#include <unistd.h> #include "alloc.h" FitsAlloc::FitsAlloc(const char* fn) |